You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/20 12:42:08 UTC

svn commit: r1494919 - /commons/sandbox/commons-gpg-plugin/trunk/pom.xml

Author: sebb
Date: Thu Jun 20 10:42:08 2013
New Revision: 1494919

URL: http://svn.apache.org/r1494919
Log:
Tidy

Modified:
    commons/sandbox/commons-gpg-plugin/trunk/pom.xml

Modified: commons/sandbox/commons-gpg-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/commons-gpg-plugin/trunk/pom.xml?rev=1494919&r1=1494918&r2=1494919&view=diff
==============================================================================
--- commons/sandbox/commons-gpg-plugin/trunk/pom.xml (original)
+++ commons/sandbox/commons-gpg-plugin/trunk/pom.xml Thu Jun 20 10:42:08 2013
@@ -102,15 +102,21 @@ This is intended as a temporary measure 
 
     <pluginManagement>
       <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>src/assembly/src.xml</descriptor>
-          </descriptors>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
+        <!--  Allow plugin to be called with the project for testing without using the full name -->
+        <plugin>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-gpg-plugin</artifactId>
+          <version>${project.version}</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <descriptors>
+              <descriptor>src/assembly/src.xml</descriptor>
+            </descriptors>
+            <tarLongFileMode>gnu</tarLongFileMode>
+          </configuration>
+        </plugin>
         <plugin>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginPluginVersion}</version>
@@ -122,6 +128,11 @@ This is intended as a temporary measure 
     </pluginManagement>
 
     <plugins>
+      <!--  Allow plugin to be called with the project for testing without using the full name -->
+      <plugin>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-gpg-plugin</artifactId>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>