You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/04/07 14:35:24 UTC

svn commit: r1465376 - /maven/enforcer/trunk/pom.xml

Author: olamy
Date: Sun Apr  7 12:35:24 2013
New Revision: 1465376

URL: http://svn.apache.org/r1465376
Log:
remove section inherited from last parent

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1465376&r1=1465375&r2=1465376&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun Apr  7 12:35:24 2013
@@ -258,18 +258,4 @@
     </plugins>
   </reporting>
 
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin><!-- TODO remove when upgrading parent to 23 -->
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.6</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
 </project>