return 0;
}
@Override
public int start(List<String> postStartupInfo) throws Exception {
lilyServerTestUtility = new LilyServerTestUtility(defaultConfDir.getAbsolutePath(),
userConfDir.getAbsolutePath(), testHome);
lilyServerTestUtility.setArtifactRepository(artifactRepository);
lilyServerTestUtility.start();
postStartupInfo.add("-----------------------------------------------");