mirror of https://github.com/apache/maven.git
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:
parent
9be3468e26
commit
8433f039d0
6
pom.xml
6
pom.xml
|
@ -525,6 +525,12 @@
|
||||||
</mojoExecutions>
|
</mojoExecutions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- see MSHARED-125 -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<version>2.5-SNAPSHOT</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in New Issue