You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/10/09 16:42:48 UTC

svn commit: r1530641 - /commons/proper/jci/trunk/examples/pom.xml

Author: ebourg
Date: Wed Oct  9 14:42:47 2013
New Revision: 1530641

URL: http://svn.apache.org/r1530641
Log:
Do not attempt to build the assemblies for the examples

Modified:
    commons/proper/jci/trunk/examples/pom.xml

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1530641&r1=1530640&r2=1530641&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Wed Oct  9 14:42:47 2013
@@ -73,6 +73,12 @@
                 </configuration>
             </plugin>
             <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <skipAssembly>true</skipAssembly>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
                 <version>2.7</version>