Author: sebb
Date: Fri Mar  8 20:47:27 2013
New Revision: 1454542

URL: http://svn.apache.org/r1454542
Log:
Move assembly files to standard Maven location

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

Modified: commons/proper/logging/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1454542&r1=1454541&r2=1454542&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Fri Mar  8 20:47:27 2013
@@ -414,8 +414,8 @@ under the License.
           <!-- Do not deploy the assemblies to the repository. -->
           <attach>false</attach>
           <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>


Reply via email to