Enable the examples module by default but don't deploy its artifacts

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1530588 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/pom.xml b/examples/pom.xml
index 01f6ecb..42b05d0 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index e75de32..6319bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
         <module>compilers/janino</module>
         <module>compilers/groovy</module>
         <module>compilers/rhino</module>
+        <module>examples</module>
         <!-- <module>compilers/jsr199</module> -->
     </modules>