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 16:53:29 UTC

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

Author: sebb
Date: Tue Aug 18 14:53:29 2015
New Revision: 1696433

URL: http://svn.apache.org/r1696433
Log:
Move assembly to standard location

Added:
    commons/proper/net/trunk/src/assembly/
      - copied from r1653853, commons/proper/net/trunk/src/main/assembly/
Removed:
    commons/proper/net/trunk/src/main/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=1696433&r1=1696432&r2=1696433&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Aug 18 14:53:29 2015
@@ -213,8 +213,8 @@ Supported protocols include: Echo, Finge
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptors>
-                        <descriptor>src/main/assembly/bin.xml</descriptor>
-                        <descriptor>src/main/assembly/src.xml</descriptor>
+                        <descriptor>src/assembly/bin.xml</descriptor>
+                        <descriptor>src/assembly/src.xml</descriptor>
                     </descriptors>
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>