Author: wsmoak
Date: Mon Oct 20 20:11:51 2008
New Revision: 706500

URL: http://svn.apache.org/viewvc?rev=706500&view=rev
Log:
Upgrade and configure the Project Info Reports plugin to customize the source 
repository page, and link to it from get-involved.html

Modified:
    archiva/site/pom.xml
    archiva/site/src/site/apt/get-involved.apt

Modified: archiva/site/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/site/pom.xml?rev=706500&r1=706499&r2=706500&view=diff
==============================================================================
--- archiva/site/pom.xml (original)
+++ archiva/site/pom.xml Mon Oct 20 20:11:51 2008
@@ -43,7 +43,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -56,6 +56,12 @@
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          
<anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/archiva/all</anonymousConnection>
+          
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/all</developerConnection>
+          <webAccessUrl>http://svn.apache.org/repos/asf/archiva/</webAccessUrl>
+          <checkoutDirectoryName>archiva</checkoutDirectoryName>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

Modified: archiva/site/src/site/apt/get-involved.apt
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/apt/get-involved.apt?rev=706500&r1=706499&r2=706500&view=diff
==============================================================================
--- archiva/site/src/site/apt/get-involved.apt (original)
+++ archiva/site/src/site/apt/get-involved.apt Mon Oct 20 20:11:51 2008
@@ -61,8 +61,8 @@
     {{{developers/how-we-do-things.html}how we do things}} in Archiva.
 
   * <<Build it>>\
-        Build Archiva for yourself, in order to fix bugs. Submit patches to
-        reported issues (both those you find, or that others have filed).
+        Check out the {{{source-repository.html}source code}} and build 
Archiva for yourself.
+        Fix bugs and submit patches for reported issues (both those you find, 
or that others have filed).
 
   * <<Write documentation>>\
     Help with the documentation by pointing out areas that are lacking or


Reply via email to