[maven-release-plugin]  copy for tag struts2-archetype-plugin-2.0.11

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-plugin-2.0.11@594243 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a16e8ac..a036bed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
@@ -9,14 +9,36 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-plugin</artifactId>
-  <version>2.0.11-SNAPSHOT</version>
+  <version>2.0.11</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Plugin</name>
 
     <scm>
-       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/</connection>
-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/</developerConnection>
-       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-plugin/</url>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-plugin-2.0.11</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-plugin-2.0.11</developerConnection>
+       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/tags/struts2-archetype-plugin-2.0.11</url>
     </scm>
 
+  <profiles>
+  <profile>
+   <id>release</id>
+      <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>
 </project>