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

pom.xml

diff --git a/pom.xml b/pom.xml
index 03cf247c0ac4b817e48960a0d1be362360d0dea3..6b2a7654c5e4ee7bc7b1b6558f4ca4846acf29ec 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>