o i realize what this is for but any grid attempting to run the integration tests would be updating the sources, having to rebuild the entire JAR for minor corrections to re-execute the suite would be extremely inefficient

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@551684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-06-28 19:49:47 +00:00
parent 582e200d79
commit 5419e61f63
1 changed files with 0 additions and 11 deletions

View File

@ -20,17 +20,6 @@
<forkMode>never</forkMode>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>