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 14:50:32 UTC

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

Author: ebourg
Date: Wed Oct  9 12:50:32 2013
New Revision: 1530588

URL: http://svn.apache.org/r1530588
Log:
Enable the examples module by default but don't deploy its artifacts

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

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1530588&r1=1530587&r2=1530588&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Wed Oct  9 12:50:32 2013
@@ -72,6 +72,14 @@
                     </systemProperties>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.7</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1530588&r1=1530587&r2=1530588&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Wed Oct  9 12:50:32 2013
@@ -48,6 +48,7 @@
         <module>compilers/janino</module>
         <module>compilers/groovy</module>
         <module>compilers/rhino</module>
+        <module>examples</module>
         <!-- <module>compilers/jsr199</module> -->
     </modules>