You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2008/11/16 15:39:15 UTC

svn commit: r718040 - /struts/struts2/branches/STRUTS_2_0_X/pom.xml

Author: rgielen
Date: Sun Nov 16 06:39:15 2008
New Revision: 718040

URL: http://svn.apache.org/viewvc?rev=718040&view=rev
Log:
WW-2872:
Moving gpg plugin to release profile

Modified:
    struts/struts2/branches/STRUTS_2_0_X/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=718040&r1=718039&r2=718040&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Nov 16 06:39:15 2008
@@ -93,9 +93,23 @@
         </profile>
         <profile>
             <id>release</id>
-            <modules>
-                <module>../maven/struts-annotations</module>
-            </modules>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
     </profiles>
 
@@ -175,19 +189,6 @@
                 </execution>
               </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-gpg-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>sign-artifacts</id>
-                        <phase>deploy</phase>
-                        <goals>
-                            <goal>sign</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <!--
             <plugin>
                   <groupId>org.codehaus.mojo</groupId>