Author: tchemit Date: 2010-01-24 22:19:43 +0100 (Sun, 24 Jan 2010) New Revision: 124 Modified: trunk/pom.xml Log: remove gpg sign (key is not godd, will wait mavenpom 2.0.4...) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-24 21:05:19 UTC (rev 123) +++ trunk/pom.xml 2010-01-24 21:19:43 UTC (rev 124) @@ -509,53 +509,6 @@ </properties> </profile> - <!-- TODO remove this when using mavenpom4redmine > 2.0.3 --> - <profile> - <id>release-sign-artifacts</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <execution> - <id>get-pgp-passphrase</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>verify</phase> - <configuration> - <serverId>gpg-signer</serverId> - <usernameOut>gpg.keyname</usernameOut> - <passwordOut>gpg.passphrase</passwordOut> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-4</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>