mirror of https://github.com/apache/maven.git
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:
parent
ee0699596f
commit
0bb2300dde
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue