Commit ad7503b0 authored by Andy Wilkinson's avatar Andy Wilkinson

Ensure VPP is available to ant run plugin in full build

parent c5a5f07f
...@@ -367,6 +367,16 @@ ...@@ -367,6 +367,16 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </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>
<profile> <profile>
<id>snapshot</id> <id>snapshot</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment