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 2012/07/30 08:51:06 UTC

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

Author: olamy
Date: Mon Jul 30 06:51:06 2012
New Revision: 1367004

URL: http://svn.apache.org/viewvc?rev=1367004&view=rev
Log:
upgrade compiler 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=1367004&r1=1367003&r2=1367004&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Mon Jul 30 06:51:06 2012
@@ -114,6 +114,18 @@ under the License.
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <profiles>
     <profile>
       <id>reporting</id>