mirror of https://github.com/apache/maven.git
add plugin snapshot repository to find the plugin when the test is enabled
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@417786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0181fd36c2
commit
3c92d751fb
|
@ -19,4 +19,10 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<pluginsRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>apache.snapshots</id>
|
||||||
|
<url>http://people.apache.org/maven-snapshot-repository</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginsRepositories>
|
||||||
</model>
|
</model>
|
||||||
|
|
Loading…
Reference in New Issue