Author: bspeakmon
Date: Wed Sep 19 18:09:33 2007
New Revision: 577488
URL: http://svn.apache.org/viewvc?rev=577488&view=rev
Log:
- added changes plugin configuration
Modified:
commons/proper/email/trunk/pom.xml
Modified: commons/proper/email/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=577488&r1=577487&r2=577488&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Sep 19 18:09:33 2007
@@ -314,6 +314,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+ </configuration>
+ </plugin>
</plugins>
</reporting>