Author: tchemit Date: 2010-07-01 01:27:06 +0200 (Thu, 01 Jul 2010) New Revision: 744 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/744 Log: prepare use of mavenpom 2.2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-30 23:19:30 UTC (rev 743) +++ trunk/pom.xml 2010-06-30 23:27:06 UTC (rev 744) @@ -326,6 +326,16 @@ <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType> + + <!-- Replace central-safe profile when using mavenpom 2.2.2 --> + <!-- release config --> + + <!-- activate this profile while doing release:prepare --> + <arguments>-DperformRelease -Dcentral-safe</arguments> + + <!-- activate this profile while doing release:perform --> + <releaseProfiles>central-safe</releaseProfiles> + </properties> <build> @@ -531,6 +541,7 @@ </build> </profile> + <!-- TODO Remove this when using mavenpom 2.2.2 --> <profile> <id>central-safe</id> <activation>
participants (1)
-
tchemit@users.nuiton.org