Author: tchemit Date: 2010-02-21 11:14:40 +0100 (Sun, 21 Feb 2010) New Revision: 826 Modified: trunk/pom.xml Log: <version>2.0.5-SNAPSHOT</version> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-02-15 12:28:54 UTC (rev 825) +++ trunk/pom.xml 2010-02-21 10:14:40 UTC (rev 826) @@ -500,6 +500,8 @@ <configuration> <!-- all modules follow the mavenpom version, don't ask it --> <autoVersionSubmodules>true</autoVersionSubmodules> + <!-- always sign with gpg artifacts in release repository --> + <releaseProfiles>release-sign-artifacts</releaseProfiles> </configuration> </plugin> @@ -912,7 +914,7 @@ <id>release-sign-artifacts</id> <activation> <property> - <name>performRelease</name> + <name>performSign</name> <value>true</value> </property> </activation> @@ -1302,7 +1304,7 @@ <!-- activate this profile while doing release:prepare --> <prepareVerifyArgs>-Dinternal</prepareVerifyArgs> <!-- activate this profile while doing release:perform --> - <releaseProfiles>internal</releaseProfiles> + <releaseProfiles>internal,release-sign-artifacts</releaseProfiles> </configuration> </plugin>
participants (1)
-
tchemit@users.nuiton.org