Author: vsiveton Date: Thu Aug 13 09:30:45 2009 New Revision: 803815 URL: http://svn.apache.org/viewvc?rev=803815&view=rev Log: o added the current report in the reporting profile
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?rev=803815&r1=803814&r2=803815&view=diff ============================================================================== --- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Thu Aug 13 09:30:45 2009 @@ -335,5 +335,21 @@ </plugins> </build> </profile> + <profile> + <id>reporting</id> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + <!-- + Use the current version to generate sample with the last features/fixes of the plugin. + It implies that the current version is already deployed to generate the site. + --> + <version>${pom.version}</version> + </plugin> + </plugins> + </reporting> + </profile> </profiles> </project>