mirror of https://github.com/apache/maven.git
o Added new snapshot repo for IT plugins to bootstrap (repo URL according to deployment location of https://grid.sonatype.org/ci/job/maven-core-integration-testing)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b64c038d5
commit
e86b54c706
|
@ -37,6 +37,17 @@ under the License.
|
|||
|
||||
<!-- TODO: Remove once IT support plugins/artifacts have been released -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven.it</id>
|
||||
<name>Apache Maven Integration Testing Snapshot Repository</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/maven.snapshots</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
|
@ -50,6 +61,17 @@ under the License.
|
|||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>maven.it</id>
|
||||
<name>Apache Maven Integration Testing Snapshot Repository</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/maven.snapshots</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
|
|
Loading…
Reference in New Issue