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/15 20:41:41 UTC

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

Author: rgielen
Date: Sat Nov 15 11:41:41 2008
New Revision: 717918

URL: http://svn.apache.org/viewvc?rev=717918&view=rev
Log:
WW-2872:
- Try to fix retrotranslator assembly
- move gpg invokation phase to deploy

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=717918&r1=717917&r2=717918&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sat Nov 15 11:41:41 2008
@@ -175,7 +175,7 @@
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>
-                        <phase>verify</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>sign</goal>
                         </goals>
@@ -250,6 +250,8 @@
                         </goals>
                         <configuration>
                             <verify>false</verify>
+                            <classifier>jdk14</classifier>
+                            <attach>true</attach>
                             <failonwarning>true</failonwarning>
                             <lazy>true</lazy>
                             <advanced>true</advanced>