Author: tchemit Date: 2011-08-18 15:07:48 +0200 (Thu, 18 Aug 2011) New Revision: 612 Url: http://nuiton.org/repositories/revision/jrst/612 Log: let's build the extra module at release time + reformat pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-18 12:40:00 UTC (rev 611) +++ trunk/pom.xml 2011-08-18 13:07:48 UTC (rev 612) @@ -382,7 +382,8 @@ <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <xalanVersion>2.7.1</xalanVersion> - <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action</scmwebeditorUrl> + <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action + </scmwebeditorUrl> <nuitonSkinVersion>1.0.6-SNAPSHOT</nuitonSkinVersion> @@ -404,7 +405,8 @@ <plugins> - <!-- TODO Remove this when using mavenpom > 3.0.1 --> + + <!-- TODO Remove this when using mavenpom > 3.0.1 --> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> @@ -423,11 +425,7 @@ </executions> </plugin> </plugins> - - - - </build> <!-- ************************************************************* --> @@ -447,11 +445,16 @@ <!-- to include in the build extra modules --> <profile> <id>extra-modules</id> + activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <modules> + <module>maven-jrst-plugin</module> + </modules> + </profile> +</profiles> - <modules> - <module>maven-jrst-plugin</module> - </modules> - </profile> - </profiles> - -</project> + </project>