You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by as...@apache.org on 2014/03/03 16:26:19 UTC

svn commit: r1573584 - /onami/trunk/site/pom.xml

Author: ash2k
Date: Mon Mar  3 15:26:19 2014
New Revision: 1573584

URL: http://svn.apache.org/r1573584
Log:
Fix SCM URLs for generated site

Modified:
    onami/trunk/site/pom.xml

Modified: onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/site/pom.xml?rev=1573584&r1=1573583&r2=1573584&view=diff
==============================================================================
--- onami/trunk/site/pom.xml (original)
+++ onami/trunk/site/pom.xml Mon Mar  3 15:26:19 2014
@@ -133,6 +133,21 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+          <webAccessUrl>https://svn.apache.org/viewvc/onami/trunk/</webAccessUrl>
+          <anonymousConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/</developerConnection>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <repositories>
     <repository>
       <id>apache.snapshots</id>