Ensure VPP is available to ant run plugin in full build
This commit is contained in:
parent
c5a5f07fb0
commit
ad7503b0bb
|
|
@ -367,6 +367,16 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>objectstyle</id>
|
||||
<name>ObjectStyle.org Repository</name>
|
||||
<url>http://objectstyle.org/maven2/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>snapshot</id>
|
||||
|
|
|
|||
Loading…
Reference in New Issue