Author: jcouteau Date: 2010-11-27 15:06:32 +0100 (Sat, 27 Nov 2010) New Revision: 531 Url: http://nuiton.org/repositories/revision/wikitty/531 Log: Put back wrongly removed tests jar creation. Add a comment so that it is not removed again in the future. Modified: trunk/wikitty-api/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-11-26 16:02:33 UTC (rev 530) +++ trunk/wikitty-api/pom.xml 2010-11-27 14:06:32 UTC (rev 531) @@ -172,6 +172,20 @@ </execution> </executions> </plugin> + + <!-- Create a jar that includes all tests --> + <!-- Needed for wikitty-solr-impl tests --> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <id>attach-test</id> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>