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>
|
||||
</plugins>
|
||||
</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>
|
||||
<module>child-project</module>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue