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:17:48 UTC

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

Author: sebb
Date: Mon Aug 17 23:17:48 2015
New Revision: 1696351

URL: http://svn.apache.org/r1696351
Log:
Assembly descriptors now in 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=1696351&r1=1696350&r2=1696351&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Mon Aug 17 23:17:48 2015
@@ -220,10 +220,6 @@
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/bin.xml</descriptor>
-            <descriptor>src/main/assembly/src.xml</descriptor>
-          </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>