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 2015/08/18 01:37:44 UTC

svn commit: r1696352 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Mon Aug 17 23:37:44 2015
New Revision: 1696352

URL: http://svn.apache.org/r1696352
Log:
Assembly descriptors now in standard location
Must still define them because CP uses non-standard location...

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1696352&r1=1696351&r2=1696352&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Mon Aug 17 23:37:44 2015
@@ -220,6 +220,11 @@
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
+          <!-- These need to be specified because CP includes a descriptor -->
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>