mirror of https://github.com/apache/maven.git
fixing the IT so it can find the plugins on a clean repo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@637998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d484c51269
commit
64e5a25dd3
|
@ -24,4 +24,17 @@
|
|||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
<!--remove when the IT plugins are actually release-->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue