Author: jvanzyl
Date: Thu Jun 28 12:49:47 2007
New Revision: 551684
URL: http://svn.apache.org/viewvc?view=rev&rev=551684
Log:
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
Modified:
maven/core-integration-testing/trunk/core-integration-tests/pom.xml
Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?view=diff&rev=551684&r1=551683&r2=551684
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml
(original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Thu Jun
28 12:49:47 2007
@@ -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>