Browse Source

Add war voodoo to the right file this time

pull/9/head
Dave Syer 13 years ago
parent
commit
efe3bc1ecd
  1. 7
      spring-cli/src/test/java/org/springframework/cli/SampleIntegrationTests.java
  2. 1
      spring-starters/src/main/parent/pom.xml

7
spring-cli/src/test/java/org/springframework/cli/SampleIntegrationTests.java

@ -44,6 +44,7 @@ public class SampleIntegrationTests { @@ -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 { @@ -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");

1
spring-starters/src/main/parent/pom.xml

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

Loading…
Cancel
Save