Author: tchemit Date: 2010-04-22 12:41:45 +0200 (Thu, 22 Apr 2010) New Revision: 468 Log: improve release profiles + clean poms Modified: trunk/doxia-module-jrst/pom.xml trunk/jrst/pom.xml trunk/pom.xml Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2010-04-20 13:06:53 UTC (rev 467) +++ trunk/doxia-module-jrst/pom.xml 2010-04-22 10:41:45 UTC (rev 468) @@ -127,8 +127,6 @@ <build> - <defaultGoal>install</defaultGoal> - <plugins> <plugin> <groupId>org.codehaus.plexus</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2010-04-20 13:06:53 UTC (rev 467) +++ trunk/jrst/pom.xml 2010-04-22 10:41:45 UTC (rev 468) @@ -128,8 +128,6 @@ <build> - <defaultGoal>install</defaultGoal> - <plugins> <!-- plugin i18n --> @@ -217,8 +215,10 @@ <!-- Maven Environment : profiles --> <profiles> + + <!-- create assmelbies only at release time --> <profile> - <id>release-profile</id> + <id>release-assembly-profile</id> <activation> <property> <name>performRelease</name> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-20 13:06:53 UTC (rev 467) +++ trunk/pom.xml 2010-04-22 10:41:45 UTC (rev 468) @@ -338,8 +338,6 @@ <build> - <!--<defaultGoal>install</defaultGoal>--> - <pluginManagement> <plugins> @@ -354,15 +352,6 @@ </build> - <!--repositories> - <repository> - <id>labs</id> - <name>lutinbuilder</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2/</url> - </repository> - </repositories--> - - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->