Browse Source

Ensure VPP is available to ant run plugin in full build

pull/76/merge
Andy Wilkinson 12 years ago
parent
commit
ad7503b0bb
  1. 10
      spring-boot-parent/pom.xml

10
spring-boot-parent/pom.xml

@ -367,6 +367,16 @@ @@ -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…
Cancel
Save