Author: rmannibucau Date: Fri Dec 5 08:11:33 2014 New Revision: 1643181 URL: http://svn.apache.org/viewvc?rev=1643181&view=rev Log: ensuring we have license/notice files in jar
Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1643181&r1=1643180&r2=1643181&view=diff ============================================================================== --- commons/proper/jcs/trunk/pom.xml (original) +++ commons/proper/jcs/trunk/pom.xml Fri Dec 5 08:11:33 2014 @@ -196,6 +196,13 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <configuration> + <skip>false</skip> + </configuration> + </plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <configuration>