Author: tchemit Date: 2010-01-18 00:42:35 +0100 (Mon, 18 Jan 2010) New Revision: 1765 Modified: trunk/topia-service-replication/pom.xml Log: attach test classifier sources + javadoc Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2010-01-17 19:30:52 UTC (rev 1764) +++ trunk/topia-service-replication/pom.xml 2010-01-17 23:42:35 UTC (rev 1765) @@ -90,14 +90,14 @@ </plugin> <plugin> - <!-- on expose le classifier test pour pouvoir reutiliser la + <!-- 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> + <artifactId>topia-service-replication</artifactId> <version>${project.version}</version> <scope>test</scope> <classifier>tests</classifier> @@ -148,16 +148,32 @@ <build> <plugins> - <!-- always compute tests source jar --> + <!-- always compute tests source jar --> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-test-sources</id> + <goals> + <goal>test-jar</goal> + </goals> </execution> </executions> </plugin> + <!-- always compute tests source jar --> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>attach-test-javadoc</id> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> </profile>
participants (1)
-
tchemit@users.nuiton.org