Author: ggregory
Date: Tue Sep 20 18:29:57 2011
New Revision: 1173294
URL: http://svn.apache.org/viewvc?rev=1173294&view=rev
Log:
[CODEC-129] Use standard Maven directory layout. Remove commented out config.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1173294&r1=1173293&r2=1173294&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Sep 20 18:29:57 2011
@@ -247,10 +247,6 @@ limitations under the License.
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
-<!-- <descriptors> -->
-<!-- <descriptor>src/assembly/bin.xml</descriptor> -->
-<!-- <descriptor>src/assembly/src.xml</descriptor> -->
-<!-- </descriptors> -->
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>