You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/24 22:42:24 UTC

svn commit: r720299 - /myfaces/tomahawk/trunk/site/pom.xml

Author: lu4242
Date: Mon Nov 24 13:42:24 2008
New Revision: 720299

URL: http://svn.apache.org/viewvc?rev=720299&view=rev
Log:
MYFACES-2035 wrong online svn repository link given on web site

Modified:
    myfaces/tomahawk/trunk/site/pom.xml

Modified: myfaces/tomahawk/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/site/pom.xml?rev=720299&r1=720298&r2=720299&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/site/pom.xml (original)
+++ myfaces/tomahawk/trunk/site/pom.xml Mon Nov 24 13:42:24 2008
@@ -26,4 +26,18 @@
     </site>
   </distributionManagement>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <checkoutDirectoryName>tomahawk</checkoutDirectoryName>
+          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</developerConnection>
+          <webAccessUrl>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk</webAccessUrl>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>
\ No newline at end of file