Author: veithen Date: Tue Apr 30 22:11:41 2013 New Revision: 1477853 URL: http://svn.apache.org/r1477853 Log: Simplified site configuration.
Modified: axis/axis1/java/trunk/axis-ant/pom.xml axis/axis1/java/trunk/axis-codegen/pom.xml axis/axis1/java/trunk/axis-jaxrpc/pom.xml axis/axis1/java/trunk/axis-rt-compat/pom.xml axis/axis1/java/trunk/axis-rt-core/pom.xml axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml axis/axis1/java/trunk/axis-rt-databinding-xmlbeans/pom.xml axis/axis1/java/trunk/axis-rt-jws/pom.xml axis/axis1/java/trunk/axis-rt-management/pom.xml axis/axis1/java/trunk/axis-rt-provider-bsf/pom.xml axis/axis1/java/trunk/axis-rt-soapmonitor/pom.xml axis/axis1/java/trunk/axis-rt-transport-http-hc3/pom.xml axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml axis/axis1/java/trunk/axis-rt-transport-mail/pom.xml axis/axis1/java/trunk/axis-saaj/pom.xml axis/axis1/java/trunk/axis-standalone-server/pom.xml axis/axis1/java/trunk/axis-tools/pom.xml axis/axis1/java/trunk/maven/pom.xml axis/axis1/java/trunk/pom.xml axis/axis1/java/trunk/tcpmon/pom.xml Modified: axis/axis1/java/trunk/axis-ant/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-ant/pom.xml (original) +++ axis/axis1/java/trunk/axis-ant/pom.xml Tue Apr 30 22:11:41 2013 @@ -142,20 +142,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-codegen/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-codegen/pom.xml (original) +++ axis/axis1/java/trunk/axis-codegen/pom.xml Tue Apr 30 22:11:41 2013 @@ -55,21 +55,4 @@ <scope>test</scope> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-jaxrpc/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-jaxrpc/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-jaxrpc/pom.xml (original) +++ axis/axis1/java/trunk/axis-jaxrpc/pom.xml Tue Apr 30 22:11:41 2013 @@ -68,21 +68,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-compat/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-compat/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-compat/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-compat/pom.xml Tue Apr 30 22:11:41 2013 @@ -56,21 +56,4 @@ <optional>true</optional> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-core/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-core/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-core/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-core/pom.xml Tue Apr 30 22:11:41 2013 @@ -218,19 +218,6 @@ <reporting> <plugins> <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0-beta-2</version> Modified: axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml Tue Apr 30 22:11:41 2013 @@ -49,21 +49,4 @@ <version>0.9.4.2</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-databinding-xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-databinding-xmlbeans/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-databinding-xmlbeans/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-databinding-xmlbeans/pom.xml Tue Apr 30 22:11:41 2013 @@ -62,21 +62,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-jws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-jws/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-jws/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-jws/pom.xml Tue Apr 30 22:11:41 2013 @@ -41,21 +41,4 @@ <version>${project.version}</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-management/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-management/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-management/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-management/pom.xml Tue Apr 30 22:11:41 2013 @@ -56,21 +56,4 @@ </exclusions> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-provider-bsf/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-provider-bsf/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-provider-bsf/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-provider-bsf/pom.xml Tue Apr 30 22:11:41 2013 @@ -46,21 +46,4 @@ <version>2.3.0</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-soapmonitor/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-soapmonitor/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-soapmonitor/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-soapmonitor/pom.xml Tue Apr 30 22:11:41 2013 @@ -41,21 +41,4 @@ <version>${project.version}</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-transport-http-hc3/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-http-hc3/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-transport-http-hc3/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-transport-http-hc3/pom.xml Tue Apr 30 22:11:41 2013 @@ -55,21 +55,4 @@ </exclusions> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml Tue Apr 30 22:11:41 2013 @@ -223,21 +223,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-transport-jms/pom.xml Tue Apr 30 22:11:41 2013 @@ -62,21 +62,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-rt-transport-mail/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-mail/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-transport-mail/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-transport-mail/pom.xml Tue Apr 30 22:11:41 2013 @@ -50,21 +50,4 @@ <version>1.0.0</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-saaj/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-saaj/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-saaj/pom.xml (original) +++ axis/axis1/java/trunk/axis-saaj/pom.xml Tue Apr 30 22:11:41 2013 @@ -62,21 +62,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-standalone-server/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-standalone-server/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-standalone-server/pom.xml (original) +++ axis/axis1/java/trunk/axis-standalone-server/pom.xml Tue Apr 30 22:11:41 2013 @@ -71,21 +71,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/axis-tools/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-tools/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-tools/pom.xml (original) +++ axis/axis1/java/trunk/axis-tools/pom.xml Tue Apr 30 22:11:41 2013 @@ -49,21 +49,4 @@ <version>${project.version}</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> Modified: axis/axis1/java/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/maven/pom.xml (original) +++ axis/axis1/java/trunk/maven/pom.xml Tue Apr 30 22:11:41 2013 @@ -73,21 +73,27 @@ <module>maven-java2wsdl-plugin</module> <module>maven-axis-server-plugin</module> </modules> - <reporting> + <build> <plugins> <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - </reports> - </reportSet> - </reportSets> + <!-- This overrides the set of reports just for this project (we don't want to + generate the reports defined in the parent POM) --> + <artifactId>maven-site-plugin</artifactId> + <inherited>false</inherited> + <configuration> + <reportPlugins> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.6</version> + <reports> + <report>index</report> + </reports> + </plugin> + </reportPlugins> + </configuration> </plugin> </plugins> - </reporting> + </build> <!-- TODO: remove this once a ulog release is deployed to Maven Central --> <repositories> Modified: axis/axis1/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/pom.xml (original) +++ axis/axis1/java/trunk/pom.xml Tue Apr 30 22:11:41 2013 @@ -347,6 +347,26 @@ <attach>true</attach> </configuration> </plugin> + <plugin> + <!-- Override the set of reports just for this project --> + <artifactId>maven-site-plugin</artifactId> + <inherited>false</inherited> + <configuration> + <reportPlugins> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.6</version> + <reports> + <report>index</report> + <report>issue-tracking</report> + <report>mailing-list</report> + <!-- report>project-team</report --> + <report>scm</report> + </reports> + </plugin> + </reportPlugins> + </configuration> + </plugin> </plugins> </build> <profiles> @@ -382,19 +402,19 @@ </profile> </profiles> <reporting> + <!-- Note that the reporting plugins configured here are only executed in submodules + (because the configuration of the maven-site-plugin in this POM overrides the + reports configured here). --> <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <inherited>false</inherited> + <version>2.6</version> <reportSets> <reportSet> <reports> <report>index</report> - <report>issue-tracking</report> - <report>mailing-list</report> - <!-- report>project-team</report --> - <report>scm</report> + <report>summary</report> + <report>dependencies</report> </reports> </reportSet> </reportSets> Modified: axis/axis1/java/trunk/tcpmon/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/tcpmon/pom.xml?rev=1477853&r1=1477852&r2=1477853&view=diff ============================================================================== --- axis/axis1/java/trunk/tcpmon/pom.xml (original) +++ axis/axis1/java/trunk/tcpmon/pom.xml Tue Apr 30 22:11:41 2013 @@ -41,21 +41,4 @@ <version>${project.version}</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependencies</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project>