Prevent exec:exec being called during install

This commit is contained in:
dsyer
2008-06-24 14:48:05 +00:00
parent 7cadb8c995
commit 7f1d7d2e95
3 changed files with 56 additions and 1 deletions

View File

@@ -29,6 +29,12 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.framework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-samples</artifactId>
@@ -83,7 +89,7 @@
<version>1.1</version>
<executions>
<execution>
<phase>integration-test</phase>
<phase>none</phase>
<goals>
<goal>exec</goal>
</goals>