You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/11/12 19:07:05 UTC

svn commit: r594238 - /struts/maven/trunk/struts2-archetype-plugin/pom.xml

Author: mrdon
Date: Mon Nov 12 10:07:04 2007
New Revision: 594238

URL: http://svn.apache.org/viewvc?rev=594238&view=rev
Log:
Adding pgp signing for deployment

Modified:
    struts/maven/trunk/struts2-archetype-plugin/pom.xml

Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/pom.xml?rev=594238&r1=594237&r2=594238&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Mon Nov 12 10:07:04 2007
@@ -19,4 +19,5 @@
        <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-plugin/</url>
     </scm>
 
+  <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>
 </project>