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/21 11:33:53 UTC

svn commit: r1495347 - in /commons/proper/commons-gpg-plugin/trunk: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Fri Jun 21 09:33:53 2013
New Revision: 1495347

URL: http://svn.apache.org/r1495347
Log:
assembly belongs under main

Added:
    commons/proper/commons-gpg-plugin/trunk/src/main/assembly/
      - copied from r1495346, commons/proper/commons-gpg-plugin/trunk/src/assembly/
Removed:
    commons/proper/commons-gpg-plugin/trunk/src/assembly/
Modified:
    commons/proper/commons-gpg-plugin/trunk/pom.xml

Modified: commons/proper/commons-gpg-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-gpg-plugin/trunk/pom.xml?rev=1495347&r1=1495346&r2=1495347&view=diff
==============================================================================
--- commons/proper/commons-gpg-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-gpg-plugin/trunk/pom.xml Fri Jun 21 09:33:53 2013
@@ -119,7 +119,8 @@ This is intended as a temporary measure 
           <artifactId>maven-assembly-plugin</artifactId>
           <configuration>
             <descriptors>
-              <descriptor>src/assembly/src.xml</descriptor>
+              <descriptor>src/main/assembly/bin.xml</descriptor>
+              <descriptor>src/main/assembly/src.xml</descriptor>
             </descriptors>
             <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>