You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/14 01:15:34 UTC

svn commit: r556177 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

Author: dennisl
Date: Fri Jul 13 16:15:33 2007
New Revision: 556177

URL: http://svn.apache.org/viewvc?view=rev&rev=556177
Log:
o Add a changelog report that can be used as an example.

Modified:
    maven/plugins/trunk/maven-changelog-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?view=diff&rev=556177&r1=556176&r2=556177
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Fri Jul 13 16:15:33 2007
@@ -267,6 +267,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   <properties>
     <maven-scm.version>1.0</maven-scm.version>
   </properties>