Author: tchemit Date: 2011-08-18 15:09:40 +0200 (Thu, 18 Aug 2011) New Revision: 613 Url: http://nuiton.org/repositories/revision/jrst/613 Log: fix pom :( Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-18 13:07:48 UTC (rev 612) +++ trunk/pom.xml 2011-08-18 13:09:40 UTC (rev 613) @@ -445,16 +445,17 @@ <!-- 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> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> - </project> + <modules> + <module>maven-jrst-plugin</module> + </modules> + </profile> + </profiles> + +</project>