Author: sebb Date: Tue Aug 18 15:07:57 2015 New Revision: 1696443 URL: http://svn.apache.org/r1696443 Log: Move assembly to standard location
Added: commons/proper/imaging/trunk/src/assembly/ - copied from r1696442, commons/proper/imaging/trunk/src/main/assembly/ Removed: commons/proper/imaging/trunk/src/main/assembly/ Modified: commons/proper/imaging/trunk/pom.xml Modified: commons/proper/imaging/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1696443&r1=1696442&r2=1696443&view=diff ============================================================================== --- commons/proper/imaging/trunk/pom.xml (original) +++ commons/proper/imaging/trunk/pom.xml Tue Aug 18 15:07:57 2015 @@ -86,8 +86,8 @@ <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>