mirror of https://github.com/apache/archiva.git
speed compiler
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1331591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9229f519bc
commit
6463031c10
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue