Author: carlos Date: Thu Jan 18 17:37:00 2007 New Revision: 497679 URL: http://svn.apache.org/viewvc?view=rev&rev=497679 Log: jar the tests for use in other projects
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=497679&r1=497678&r2=497679 ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/pom.xml (original) +++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Thu Jan 18 17:37:00 2007 @@ -20,6 +20,17 @@ <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>