Add war voodoo to the right file this time

This commit is contained in:
Dave Syer
2013-07-22 18:39:23 +01:00
parent b1c5b30de8
commit efe3bc1ecd
2 changed files with 2 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ public class SampleIntegrationTests {
@BeforeClass
public static void cleanGrapes() throws Exception {
GrapesCleaner.cleanIfNecessary();
// System.setProperty("ivy.message.logger.level", "3");
}
private RunCommand command;
@@ -93,12 +94,6 @@ public class SampleIntegrationTests {
}
}
@BeforeClass
public static void clean() {
// SpringCli.main("clean");
// System.setProperty("ivy.message.logger.level", "3");
}
@Test
public void appSample() throws Exception {
start("samples/app.groovy");

View File

@@ -243,6 +243,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive>
<manifest>
<mainClass>${start-class}</mainClass>