Adding pluginRepository defs for core-it plugin to be found.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-01-10 16:51:39 +00:00
parent ee0699596f
commit 0bb2300dde
2 changed files with 14 additions and 0 deletions

View File

@ -11,6 +11,13 @@
Ensure that classes in dependencies of the plugin can be loaded, both from the context loader and the plugin's classloader.
</description>
<pluginRepositories>
<pluginRepository>
<id>snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>

View File

@ -12,6 +12,13 @@
and the plugin's classloader.
</description>
<pluginRepositories>
<pluginRepository>
<id>snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>