You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/21 23:38:47 UTC

svn commit: r697623 - /maven/plugins/trunk/maven-idea-plugin/pom.xml

Author: bentmann
Date: Sun Sep 21 14:38:47 2008
New Revision: 697623

URL: http://svn.apache.org/viewvc?rev=697623&view=rev
Log:
o Removed inherited stuff

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=697623&r1=697622&r2=697623&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Sun Sep 21 14:38:47 2008
@@ -109,15 +109,6 @@
     </dependency>
   </dependencies>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>reporting</id>