Author: ggregory
Date: Wed Sep  7 15:59:19 2011
New Revision: 1166243

URL: http://svn.apache.org/viewvc?rev=1166243&view=rev
Log:
Remove maven-idea-plugin (bye, bye warnings on every single commons build.)

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1166243&r1=1166242&r2=1166243&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep  7 15:59:19 2011
@@ -333,17 +333,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-idea-plugin</artifactId>
-        <!--
-         | N.B. The version is deliberately not provided - see COMMONSSITE-56
-         |      This may result in some warnings, e.g. from the Maven 2 
Eclipse plugin.
-         -->
-        <configuration>
-          <jdkLevel>${maven.compile.source}</jdkLevel>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <jvm>${commons.surefire.java}</jvm>


Reply via email to