r1753 - in trunk: . ant-i18n-task maven-i18n-plugin nuiton-i18n
Author: tchemit Date: 2010-04-21 19:25:19 +0200 (Wed, 21 Apr 2010) New Revision: 1753 Log: improve dependencies + release profiles Modified: trunk/ant-i18n-task/pom.xml trunk/maven-i18n-plugin/pom.xml trunk/nuiton-i18n/pom.xml trunk/pom.xml Modified: trunk/ant-i18n-task/pom.xml =================================================================== --- trunk/ant-i18n-task/pom.xml 2010-04-20 13:06:28 UTC (rev 1752) +++ trunk/ant-i18n-task/pom.xml 2010-04-21 17:25:19 UTC (rev 1753) @@ -95,8 +95,10 @@ <!-- ************************************************************* --> <profiles> + + <!-- make assemblies at release time --> <profile> - <id>release-profile</id> + <id>release-assembly-profile</id> <activation> <property> <name>performRelease</name> Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2010-04-20 13:06:28 UTC (rev 1752) +++ trunk/maven-i18n-plugin/pom.xml 2010-04-21 17:25:19 UTC (rev 1753) @@ -129,41 +129,24 @@ <packaging>maven-plugin</packaging> + <build> + <plugins> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>helpmojo</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> + <!-- perform only on a release stage when using the maven-release-plugin --> <profile> - <id>release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - - <plugins> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - - </profile> - - <!-- perform only on a release stage when using the maven-release-plugin --> - <profile> <id>reporting</id> <activation> <property> Modified: trunk/nuiton-i18n/pom.xml =================================================================== --- trunk/nuiton-i18n/pom.xml 2010-04-20 13:06:28 UTC (rev 1752) +++ trunk/nuiton-i18n/pom.xml 2010-04-21 17:25:19 UTC (rev 1753) @@ -99,8 +99,10 @@ <!-- ************************************************************* --> <profiles> + + <!-- make assemblies 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:28 UTC (rev 1752) +++ trunk/pom.xml 2010-04-21 17:25:19 UTC (rev 1753) @@ -153,6 +153,11 @@ <artifactId>velocity</artifactId> </exclusion> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-velocity</artifactId> + </exclusion> + </exclusions> </dependency>
participants (1)
-
tchemit@users.nuiton.org