]> source.dussan.org Git - archiva.git/commitdiff
speed compiler
authorOlivier Lamy <olamy@apache.org>
Fri, 27 Apr 2012 20:52:15 +0000 (20:52 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 27 Apr 2012 20:52:15 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1331591 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 57f33889dc2904f2f27951f4ed8f69fbdd37f2cf..331ec474c9bff0aa32eed8f1506903e9cc1e4b2a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>