You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/04/30 17:22:11 UTC

svn commit: r652394 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: ebourg
Date: Wed Apr 30 08:22:11 2008
New Revision: 652394

URL: http://svn.apache.org/viewvc?rev=652394&view=rev
Log:
Added the changes report to the generated site

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=652394&r1=652393&r2=652394&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Wed Apr 30 08:22:11 2008
@@ -404,6 +404,20 @@
             <xmlOutput>true</xmlOutput>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-changes-plugin</artifactId>
+          <configuration>
+            <xmlPath>xdocs/changes.xml</xmlPath>
+          </configuration>
+          <reportSets>
+            <reportSet>
+              <reports>
+                <report>changes-report</report>
+              </reports>
+            </reportSet>
+          </reportSets>
+        </plugin>
       </plugins>
     </reporting>