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 2012/03/11 15:26:25 UTC

svn commit: r1299362 - in /commons/proper/net/trunk: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Sun Mar 11 14:26:25 2012
New Revision: 1299362

URL: http://svn.apache.org/viewvc?rev=1299362&view=rev
Log:
Assembly descriptors belong under src/main/assembly:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1299362&r1=1299361&r2=1299362&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sun Mar 11 14:26:25 2012
@@ -186,8 +186,8 @@ Supported protocols include: Echo, Finge
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptors>
-                        <descriptor>src/assembly/bin.xml</descriptor>
-                        <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>