speed compiler

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1331591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-27 20:52:15 +00:00
parent 9229f519bc
commit 6463031c10
1 changed files with 8 additions and 0 deletions

View File

@ -1735,6 +1735,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>