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

pom.xml

diff --git a/pom.xml b/pom.xml
index 331ec474c9bff0aa32eed8f1506903e9cc1e4b2a..2c9c6ca425c7cf9c43a4a090473c94844680a422 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>