You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/01/08 16:56:39 UTC

svn commit: r1228876 - /maven/skins/trunk/maven-skins/pom.xml

Author: simonetripodi
Date: Sun Jan  8 15:56:39 2012
New Revision: 1228876

URL: http://svn.apache.org/viewvc?rev=1228876&view=rev
Log:
no needs to define the GPG plugin, enabled in apache-release profile

Modified:
    maven/skins/trunk/maven-skins/pom.xml

Modified: maven/skins/trunk/maven-skins/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/pom.xml?rev=1228876&r1=1228875&r2=1228876&view=diff
==============================================================================
--- maven/skins/trunk/maven-skins/pom.xml (original)
+++ maven/skins/trunk/maven-skins/pom.xml Sun Jan  8 15:56:39 2012
@@ -70,7 +70,7 @@ under the License.
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
-            <arguments>-Prc,run-its,reporting</arguments>
+            <arguments>-Prc,apache-release,run-its,reporting</arguments>
             <goals>deploy site-deploy</goals>
           </configuration>
         </plugin>
@@ -84,23 +84,6 @@ under the License.
       <properties>
         <site.destination>${project.artifactId}-${project.version}</site.destination>
       </properties>
-      <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>