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 2016/04/19 01:26:51 UTC

svn commit: r1739829 - in /commons/proper/pool/trunk: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Mon Apr 18 23:26:51 2016
New Revision: 1739829

URL: http://svn.apache.org/viewvc?rev=1739829&view=rev
Log:
Standard Maven location for assemblies

Added:
    commons/proper/pool/trunk/src/assembly/
      - copied from r1739828, commons/proper/pool/trunk/src/main/assembly/
Removed:
    commons/proper/pool/trunk/src/main/assembly/
Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1739829&r1=1739828&r2=1739829&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon Apr 18 23:26:51 2016
@@ -186,9 +186,9 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <configuration>
             <descriptors>
-              <descriptor>src/main/assembly/bin.xml</descriptor>
-              <descriptor>src/main/assembly/src-tar-gz.xml</descriptor>
-              <descriptor>src/main/assembly/src-zip.xml</descriptor>
+              <descriptor>src/assembly/bin.xml</descriptor>
+              <descriptor>src/assembly/src-tar-gz.xml</descriptor>
+              <descriptor>src/assembly/src-zip.xml</descriptor>
             </descriptors>
             <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>