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:
Brett Leslie Porter 2006-06-28 15:20:57 +00:00
parent 0181fd36c2
commit 3c92d751fb
1 changed files with 6 additions and 0 deletions

View File

@ -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>