Author: dennisl
Date: Thu Jul 31 16:10:31 2008
New Revision: 681539
URL: http://svn.apache.org/viewvc?rev=681539&view=rev
Log:
o Use the new maven-project-info-reports-plugin.
Modified:
maven/plugins/trunk/maven-idea-plugin/pom.xml
Modified: maven/plugins/trunk/maven-idea-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=681539&r1=681538&r2=681539&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Thu Jul 31 16:10:31 2008
@@ -88,4 +88,13 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
\ No newline at end of file