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 13:13:30 UTC

svn commit: r1530563 - in /commons/proper/jci/trunk: compilers/eclipse/pom.xml compilers/groovy/pom.xml compilers/janino/pom.xml compilers/jsr199/pom.xml compilers/rhino/pom.xml core/pom.xml examples/pom.xml fam/pom.xml pom.xml src/site/site.xml

Author: ebourg
Date: Wed Oct  9 11:13:30 2013
New Revision: 1530563

URL: http://svn.apache.org/r1530563
Log:
Don't generate the modules sites, everything is aggregated at the root level

Modified:
    commons/proper/jci/trunk/compilers/eclipse/pom.xml
    commons/proper/jci/trunk/compilers/groovy/pom.xml
    commons/proper/jci/trunk/compilers/janino/pom.xml
    commons/proper/jci/trunk/compilers/jsr199/pom.xml
    commons/proper/jci/trunk/compilers/rhino/pom.xml
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/trunk/fam/pom.xml
    commons/proper/jci/trunk/pom.xml
    commons/proper/jci/trunk/src/site/site.xml

Modified: commons/proper/jci/trunk/compilers/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/eclipse/pom.xml Wed Oct  9 11:13:30 2013
@@ -54,8 +54,10 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-eclipse</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties> 
   
     <build>

Modified: commons/proper/jci/trunk/compilers/groovy/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/groovy/pom.xml Wed Oct  9 11:13:30 2013
@@ -54,8 +54,10 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-groovy</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties> 
   
     <build>

Modified: commons/proper/jci/trunk/compilers/janino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/janino/pom.xml Wed Oct  9 11:13:30 2013
@@ -54,8 +54,10 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-janino</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties> 
 
     <build>

Modified: commons/proper/jci/trunk/compilers/jsr199/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/jsr199/pom.xml Wed Oct  9 11:13:30 2013
@@ -55,6 +55,7 @@
         <maven.compile.source>1.6</maven.compile.source>
         <maven.compile.target>1.6</maven.compile.target>
         <commons.componentid>jci-jsr166</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties>
 
     <build>

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Wed Oct  9 11:13:30 2013
@@ -54,8 +54,10 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-rhino</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties>
   
     <build>

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Wed Oct  9 11:13:30 2013
@@ -60,9 +60,12 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-core</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties>
+
     <build>
         <plugins>
             <plugin>

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Wed Oct  9 11:13:30 2013
@@ -52,9 +52,12 @@
             <artifactId>servlet-api</artifactId>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-examples</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties>
+
     <build>
         <plugins>
             <plugin>

Modified: commons/proper/jci/trunk/fam/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/fam/pom.xml (original)
+++ commons/proper/jci/trunk/fam/pom.xml Wed Oct  9 11:13:30 2013
@@ -46,8 +46,10 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <properties>
         <commons.componentid>jci-fam</commons.componentid>
+        <maven-site-plugin.skip>true</maven-site-plugin.skip>
     </properties>
   
     <build>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Wed Oct  9 11:13:30 2013
@@ -153,6 +153,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>${commons.site-plugin.version}</version>
+                <configuration>
+                    <skip>${maven-site-plugin.skip}</skip>
+                </configuration>
+            </plugin>
         </plugins>
         <extensions>
             <extension>
@@ -234,6 +242,7 @@
     </reporting>
 
     <properties>
+        <maven-site-plugin.skip>false</maven-site-plugin.skip>
         <maven.compiler.source>1.5</maven.compiler.source>
         <maven.compiler.target>1.5</maven.compiler.target>
         <commons.componentid>jci</commons.componentid>

Modified: commons/proper/jci/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/site.xml?rev=1530563&r1=1530562&r2=1530563&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/site/site.xml (original)
+++ commons/proper/jci/trunk/src/site/site.xml Wed Oct  9 11:13:30 2013
@@ -30,6 +30,5 @@
             <item name="Issue Tracking" href="http://commons.apache.org/jci/issue-tracking.html"/>
             <item name="Downloads" href="http://commons.apache.org/jci/downloads.html"/>
         </menu>
-        <menu ref="modules"/>
     </body>
 </project>