Author: tchemit Date: 2010-11-27 16:57:22 +0100 (Sat, 27 Nov 2010) New Revision: 535 Url: http://nuiton.org/repositories/revision/wikitty/535 Log: add report to see exposed plexus components Modified: trunk/wikitty-generators/pom.xml Modified: trunk/wikitty-generators/pom.xml =================================================================== --- trunk/wikitty-generators/pom.xml 2010-11-27 15:56:50 UTC (rev 534) +++ trunk/wikitty-generators/pom.xml 2010-11-27 15:57:22 UTC (rev 535) @@ -85,4 +85,29 @@ </build> + <profiles> + <!-- reporting at release time --> + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <version>1.3.8</version> + </plugin> + </plugins> + </reporting> + + </profile> + + </profiles> + </project>
participants (1)
-
tchemit@users.nuiton.org