Author: felixk
Date: Wed Mar 9 10:46:28 2011
New Revision: 1079737
URL: http://svn.apache.org/viewvc?rev=1079737&view=rev
Log:
Update configuration of project-info-reports. See
https://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html#Maven3.xandsiteplugin-VersionResolution
for sample
Modified:
james/project/trunk/maven-skin/pom.xml
james/project/trunk/project/pom.xml
Modified: james/project/trunk/maven-skin/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/maven-skin/pom.xml?rev=1079737&r1=1079736&r2=1079737&view=diff
==============================================================================
--- james/project/trunk/maven-skin/pom.xml (original)
+++ james/project/trunk/maven-skin/pom.xml Wed Mar 9 10:46:28 2011
@@ -53,20 +53,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.3.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>distribution-management</report>
- <report>index</report>
- <report>issue-tracking</report>
- <report>license</report>
- <report>mailing-list</report>
- <report>project-team</report>
- <report>scm</report>
- <report>summary</report>
- </reports>
- </reportSet>
- </reportSets>
+ <reports>
+ <report>distribution-management</report>
+ <report>index</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
</plugin>
</reportPlugins>
</configuration>
Modified: james/project/trunk/project/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/pom.xml?rev=1079737&r1=1079736&r2=1079737&view=diff
==============================================================================
--- james/project/trunk/project/pom.xml (original)
+++ james/project/trunk/project/pom.xml Wed Mar 9 10:46:28 2011
@@ -132,16 +132,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
- <report>mailing-list</report>
- <report>project-team</report>
- <report>license</report>
- </reports>
- </reportSet>
- </reportSets>
+ <reports>
+ <report>index</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>license</report>
+ </reports>
</plugin>
</reportPlugins>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]