compiler plugin 2.4

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1332546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-01 07:23:22 +00:00
parent 6463031c10
commit 359b019baf
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -1730,19 +1730,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>2.4</version>
<configuration>
<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>