Author: tchemit Date: 2010-11-27 19:35:20 +0100 (Sat, 27 Nov 2010) New Revision: 2155 Url: http://nuiton.org/repositories/revision/topia/2155 Log: improve pom doc Modified: trunk/topia-persistence/pom.xml Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2010-11-27 17:52:09 UTC (rev 2154) +++ trunk/topia-persistence/pom.xml 2010-11-27 18:35:20 UTC (rev 2155) @@ -239,21 +239,8 @@ </executions> </plugin> + <!-- expose tests --> <plugin> - - <!-- on expose le classifier test pour pouvoir reutiliser la - base de test . - - Dans le module qui veut utiliser ces tests, ecrire : - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>topia-persistence</artifactId> - <version>${project.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - --> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> @@ -286,7 +273,7 @@ <build> <plugins> - <!-- always compute tests source jar --> + <!-- always expose tests source jar --> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> @@ -299,7 +286,7 @@ </executions> </plugin> - <!-- always compute tests source jar --> + <!-- always expose tests javadoc jar --> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions>