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/06/29 12:19:18 UTC

svn commit: r1355305 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Fri Jun 29 10:19:17 2012
New Revision: 1355305

URL: http://svn.apache.org/viewvc?rev=1355305&view=rev
Log:
use compiler plugin 2.5.1

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1355305&r1=1355304&r2=1355305&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Fri Jun 29 10:19:17 2012
@@ -159,6 +159,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
           <version>2.12</version>
         </plugin>