Author: tchemit Date: 2010-04-20 01:22:13 +0200 (Tue, 20 Apr 2010) New Revision: 866 Log: prepare assembly only at release time and not in release-profile Modified: trunk/ant-eugene-task/pom.xml trunk/eugene/pom.xml Modified: trunk/ant-eugene-task/pom.xml =================================================================== --- trunk/ant-eugene-task/pom.xml 2010-04-19 23:12:56 UTC (rev 865) +++ trunk/ant-eugene-task/pom.xml 2010-04-19 23:22:13 UTC (rev 866) @@ -87,9 +87,10 @@ </properties> <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> + + <!-- prepare release assemblies at release time --> <profile> - <id>release-profile</id> + <id>release-assembly-profile</id> <activation> <property> <name>performRelease</name> Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2010-04-19 23:12:56 UTC (rev 865) +++ trunk/eugene/pom.xml 2010-04-19 23:22:13 UTC (rev 866) @@ -278,9 +278,9 @@ <!-- ************************************************************* --> <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> + <!-- prepare release assemblies at release time --> <profile> - <id>release-profile</id> + <id>release-assembly-profile</id> <activation> <property> <name>performRelease</name>
participants (1)
-
tchemit@users.nuiton.org