Author: rmannibucau Date: Sun Sep 24 09:46:23 2017 New Revision: 1809472 URL: http://svn.apache.org/viewvc?rev=1809472&view=rev Log: upgrading maven jar plugin
Modified: commons/proper/jcs/branches/commons-jcs-2.2.x/pom.xml Modified: commons/proper/jcs/branches/commons-jcs-2.2.x/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.2.x/pom.xml?rev=1809472&r1=1809471&r2=1809472&view=diff ============================================================================== --- commons/proper/jcs/branches/commons-jcs-2.2.x/pom.xml (original) +++ commons/proper/jcs/branches/commons-jcs-2.2.x/pom.xml Sun Sep 24 09:46:23 2017 @@ -270,7 +270,14 @@ </configuration> </execution> </executions> - </plugin> + </plugin> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <version>3.0.2</version> + <configuration> + <skipIfEmpty>true</skipIfEmpty> + </configuration> + </plugin> </plugins> </build>