Author: ate
Date: Tue Apr 20 09:08:31 2010
New Revision: 935838
URL: http://svn.apache.org/viewvc?rev=935838&view=rev
Log:
Adding some of the default project reports to the site, for which a few
applications-pom sections were copied into the site pom.xml
Modified:
portals/site/applications/pom.xml
portals/site/applications/src/site/site.xml
Modified: portals/site/applications/pom.xml
URL:
http://svn.apache.org/viewvc/portals/site/applications/pom.xml?rev=935838&r1=935837&r2=935838&view=diff
==============================================================================
--- portals/site/applications/pom.xml (original)
+++ portals/site/applications/pom.xml Tue Apr 20 09:08:31 2010
@@ -36,31 +36,33 @@
</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 applications-pom to be able to
generate the Project reports -->
+ <issueManagement>
+ <system>Jira</system>
+ <url>http://issues.apache.org/jira/browse/APA</url>
+ </issueManagement>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/applications-pom/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/applications-pom/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/applications/applications-pom/trunk</url>
+ </scm>
+
+ <mailingLists>
+ <mailingList>
+ <name>Portals Applications User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/portals-portalapps-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Portals Applications Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/portals-portalapps-dev/</archive>
+ </mailingList>
+ </mailingLists>
</project>
Modified: portals/site/applications/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/site/applications/src/site/site.xml?rev=935838&r1=935837&r2=935838&view=diff
==============================================================================
--- portals/site/applications/src/site/site.xml (original)
+++ portals/site/applications/src/site/site.xml Tue Apr 20 09:08:31 2010
@@ -59,13 +59,14 @@
<item name="Logging" href="./logging/index.html"/>
</menu>
- <menu name="Support">
- <item name="Mailing List" href="mail-lists.html" />
- <item name="Bug Database" href="issue-tracking.html" />
- <item name="Wiki" href="http://wiki.apache.org/portals/applications" />
+ <menu name="Support">
+ <item name="Project Team" href="team-list.html" />
+ <item name="Project License" href="license.html" />
+ <item name="Project Wiki"
href="http://wiki.apache.org/portals/applications" />
+ <item name="Mailing List" href="mail-lists.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