mirror of https://github.com/apache/maven.git
o adding pluginRepositories element to match the other ITs which use the
core-it plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44fcb165b4
commit
2ef0039f13
|
@ -15,7 +15,13 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<name>Maven Central Plugins Development Repository</name>
|
||||||
|
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
<modules>
|
<modules>
|
||||||
<module>child-project</module>
|
<module>child-project</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
Loading…
Reference in New Issue