mirror of https://github.com/apache/maven.git
compiler plugin 2.4 is faster
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1338062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55635911ec
commit
a31a898955
5
pom.xml
5
pom.xml
|
@ -404,6 +404,11 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue