You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/27 22:53:43 UTC

svn commit: r1331592 - /archiva/parent/pom.xml

Author: olamy
Date: Fri Apr 27 20:53:43 2012
New Revision: 1331592

URL: http://svn.apache.org/viewvc?rev=1331592&view=rev
Log:
speed compiler

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1331592&r1=1331591&r2=1331592&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Fri Apr 27 20:53:43 2012
@@ -520,6 +520,14 @@
             <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>