]> source.dussan.org Git - archiva.git/commitdiff
compiler plugin 2.4
authorOlivier Lamy <olamy@apache.org>
Tue, 1 May 2012 07:23:56 +0000 (07:23 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 1 May 2012 07:23:56 +0000 (07:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1332547 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 6b2a7654c5e4ee7bc7b1b6558f4ca4846acf29ec..767a555b2243a071f95682cce7d1190dd9fc6045 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.4</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>
           </configuration>
-          <!-- remove with upgrade to m-c-p 2.4 -->
-          <dependencies>
-            <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-compiler-javac</artifactId>
-              <version>1.8.6</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>