mirror of https://github.com/apache/maven.git
declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d1a51bb79
commit
7328ba4e85
11
its/pom.xml
11
its/pom.xml
|
@ -51,21 +51,14 @@ under the License.
|
|||
<url>https://builds.apache.org/hudson/view/M-R/view/Maven/job/core-integration-testing-maven-3-trunk/</url>
|
||||
</ciManagement>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>apache.shapshots</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>https://repository.apache.org/content/groups/snapshots-group/</url>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://repository.apache.org/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue