mirror of https://github.com/apache/maven.git
Add pluginRepository for plugin snapshots. Fixes clean repo build.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@826474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b244bda0fd
commit
62c9749902
6
pom.xml
6
pom.xml
|
@ -165,6 +165,12 @@
|
||||||
<url>http://repository.sonatype.org/content/groups/public/</url>
|
<url>http://repository.sonatype.org/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>sonatype.public</id>
|
||||||
|
<url>http://repository.sonatype.org/content/groups/public/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
<!--bootstrap-start-comment-->
|
<!--bootstrap-start-comment-->
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue