You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2007/11/30 19:14:45 UTC

svn commit: r599888 - /commons/sandbox/exec/trunk/pom.xml

Author: sgoeschl
Date: Fri Nov 30 10:14:35 2007
New Revision: 599888

URL: http://svn.apache.org/viewvc?rev=599888&view=rev
Log:
Using the ViewVC SVN URL for the changelog report

Modified:
    commons/sandbox/exec/trunk/pom.xml

Modified: commons/sandbox/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/pom.xml?rev=599888&r1=599887&r2=599888&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/pom.xml (original)
+++ commons/sandbox/exec/trunk/pom.xml Fri Nov 30 10:14:35 2007
@@ -61,7 +61,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/exec/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/exec/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/sandbox/exec/trunk/</url>
+    <url>http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/</url>
   </scm>
   
   <build>
@@ -77,7 +77,7 @@
       </plugin>
     </plugins>
   </build>
-  
+    
   <distributionManagement>
     <site>
       <id>website</id>
@@ -107,6 +107,14 @@
           </reportSet>
         </reportSets>
       </plugin>      
+      <!-- generate the changelog report to simplify reviewing the changes -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+        </configuration>        
+      </plugin>            
     </plugins>
   </reporting>