m2e profile : upgrade resources plugin 2.5-SNAPSHOT to fix incremental build (MSHARED-125)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@887718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2009-12-06 17:09:25 +00:00
parent 9be3468e26
commit 8433f039d0
1 changed files with 6 additions and 0 deletions

View File

@ -525,6 +525,12 @@
</mojoExecutions>
</configuration>
</plugin>
<!-- see MSHARED-125 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5-SNAPSHOT</version>
</plugin>
</plugins>
</build>
</profile>