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:
Olivier Lamy 2011-06-10 10:20:05 +00:00
parent c8469d95a3
commit de3f06d547
1 changed files with 5 additions and 0 deletions

View File

@ -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>