You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2010/04/19 18:01:32 UTC

svn commit: r935642 - in /portals/site/bridges: pom.xml src/site/site.xml

Author: ate
Date: Mon Apr 19 16:01:32 2010
New Revision: 935642

URL: http://svn.apache.org/viewvc?rev=935642&view=rev
Log:
Adding some of the default project reports to the site, for which a few bridges-pom sections were copied into the site pom.xml

Modified:
    portals/site/bridges/pom.xml
    portals/site/bridges/src/site/site.xml

Modified: portals/site/bridges/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/pom.xml?rev=935642&r1=935641&r2=935642&view=diff
==============================================================================
--- portals/site/bridges/pom.xml (original)
+++ portals/site/bridges/pom.xml Mon Apr 19 16:01:32 2010
@@ -36,31 +36,37 @@
   </parent>
   <packaging>pom</packaging>
   
- <!-- this is for a bug Maven, see http://jira.codehaus.org/browse/MSHARED-18 
-      should be removed once Maven incorporates this bug in an official release--> 
- <build>
-   <plugins>
-     <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-site-plugin</artifactId>
-       <version>2.0</version>
-     </plugin>
-   </plugins>
- </build>
-   
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>            
-            <reports>              
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
+  <!-- Copied following sections below from bridges-pom to be able to generate the Project reports -->
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/bridges/bridges-pom/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/bridges/bridges-pom/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/bridges/bridges-pom/trunk/</url>
+  </scm>
 
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/PB</url>
+  </issueManagement>
+
+  <mailingLists>
+        <mailingList>
+            <name>Portals Bridges User List</name>
+            <subscribe>bridges-user-subscribe@portals.apache.org</subscribe>
+            <unsubscribe>bridges-user-unsubscribe@portals.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/portals-bridges-user/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Portals Bridges Developer List</name>
+            <subscribe>bridges-dev-subscribe@portals.apache.org</subscribe>
+            <unsubscribe>bridges-dev-unsubscribe@portals.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/portals-bridges-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Portals Bridges SCM List</name>
+            <subscribe>bridges-commits-subscribe@portals.apache.org</subscribe>
+            <unsubscribe>bridges-commits-unsubscribe@portals.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/portals-bridges-commits/</archive>
+        </mailingList>        
+  </mailingLists>
+  
 </project>

Modified: portals/site/bridges/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/src/site/site.xml?rev=935642&r1=935641&r2=935642&view=diff
==============================================================================
--- portals/site/bridges/src/site/site.xml (original)
+++ portals/site/bridges/src/site/site.xml Mon Apr 19 16:01:32 2010
@@ -75,10 +75,12 @@
       <item name="Release Notes" href="release-notes.html"/>
     </menu>
     <menu name="Support">    
+      <item name="Project Team" href="team-list.html" />
+      <item name="Project License" href="license.html" />
       <item name="Mailing List" href="mail-lists.html" />
-      <item name="Bug Database" href="issue-tracking.html" />
+      <item name="Source Repository" href="source-repository.html" />
+      <item name="Issue Tracking" href="issue-tracking.html" />
     </menu>
-    <menu ref="reports"/>
     
   </body>
 </project>
\ No newline at end of file