Author: bdemers
Date: Fri Nov 19 19:50:20 2010
New Revision: 1036989
URL: http://svn.apache.org/viewvc?rev=1036989&view=rev
Log:
MNG-4908, changing order of plugins so gpg runs after sources
Modified:
maven/pom/trunk/asf/pom.xml
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/asf/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1036989&r1=1036988&r2=1036989&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Fri Nov 19 19:50:20 2010
@@ -309,21 +309,6 @@ under the License.
</execution>
</executions>
</plugin>
- <!-- We want to sign the artifact, the POM, and all attached
artifacts -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <configuration>
- <passphrase>${gpg.passphrase}</passphrase>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<!-- We want to deploy the artifact to a staging location for
perusal -->
<plugin>
<inherited>true</inherited>
@@ -360,6 +345,21 @@ under the License.
</execution>
</executions>
</plugin>
+ <!-- We want to sign the artifact, the POM, and all attached
artifacts -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <configuration>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1036989&r1=1036988&r2=1036989&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Nov 19 19:50:20 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../asf/pom.xml</relativePath>
</parent>