[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 3 16:23:38 EST 2013


Author: tzeller
Date: Sun Nov  3 16:23:38 2013
New Revision: 167

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=167&view=rev
Log:
JPAR-33 Skip creation of empty jar containing non-existent test classes.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=167&r1=166&r2=167&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Sun Nov  3 16:23:38 2013
@@ -698,6 +698,9 @@
                             </dependency> -->
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <skipIfEmpty>true</skipIfEmpty>
+                        </configuration>
                         <executions>
                             <execution>
                                 <goals>



More information about the commits mailing list