Author: ebourg Date: Wed Jun 16 09:55:18 2010 New Revision: 955175 URL: http://svn.apache.org/viewvc?rev=955175&view=rev Log: Removed the unnecessary <resources> section from the pom
Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=955175&r1=955174&r2=955175&view=diff ============================================================================== --- commons/proper/cli/trunk/pom.xml (original) +++ commons/proper/cli/trunk/pom.xml Wed Jun 16 09:55:18 2010 @@ -164,16 +164,6 @@ </properties> <build> - <resources> - <resource> - <directory>.</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>NOTICE.txt</include> - <include>LICENSE.txt</include> - </includes> - </resource> - </resources> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId>