Author: veithen
Date: Sun Dec 5 12:33:37 2010
New Revision: 1042333
URL: http://svn.apache.org/viewvc?rev=1042333&view=rev
Log:
Produce and show a consistent set of project reports in the Maven site.
Modified:
axis/axis2/java/sandesha/trunk/pom.xml
axis/axis2/java/sandesha/trunk/src/site/site.xml
Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1042333&r1=1042332&r2=1042333&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Sun Dec 5 12:33:37 2010
@@ -132,6 +132,24 @@
</pluginManagement>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issue-tracking</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/sandesha/trunk/java/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/sandesha/trunk/java/
Modified: axis/axis2/java/sandesha/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/site.xml?rev=1042333&r1=1042332&r2=1042333&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/src/site/site.xml (original)
+++ axis/axis2/java/sandesha/trunk/src/site/site.xml Sun Dec 5 12:33:37 2010
@@ -42,6 +42,8 @@
<item name="Project Information">
<item name="Mailing Lists" href="mail-lists.html"/>
<item name="Project Team" href="team-list.html"/>
+ <item name="Issue Tracking" href="issue-tracking.html"/>
+ <item name="Source Repository" href="source-repository.html"/>
</item>
</menu>
</body>