mirror of https://github.com/apache/maven.git
o Locked down plugin version
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43f8a2e8bd
commit
2f70d84b62
|
@ -41,5 +41,15 @@ under the License.
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<!-- Only here to lock down the plugin version -->
|
||||||
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
|
<artifactId>maven-it-plugin-packaging</artifactId>
|
||||||
|
<version>2.1-SNAPSHOT</version>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue