mirror of https://github.com/apache/maven.git
upgrade clean plugin which is more performant for a poor occasionnal windauze user as me :-)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8469d95a3
commit
de3f06d547
|
@ -59,6 +59,11 @@ under the License.
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>2.4.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue