mirror of https://github.com/apache/maven.git
o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
707a19699f
commit
847e8ec11a
|
@ -32,18 +32,4 @@ under the License.
|
||||||
plugin artifactId from it's prefix using the pluginGroups in
|
plugin artifactId from it's prefix using the pluginGroups in
|
||||||
the provided settings.xml.
|
the provided settings.xml.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<!--remove when the IT plugins are actually release-->
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>apache.snapshots</id>
|
|
||||||
<url>http://repository.apache.org/snapshots</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue