includes the needed change to get build working with maven 3, but each maven 3 build needs to run with profile bootstrap, even clean, install, etc.
This commit is contained in:
@@ -166,6 +166,14 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>objectstyle</id>
|
||||
<name>ObjectStyle.org Repository</name>
|
||||
<url>http://objectstyle.org/maven2/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>apache-snapshots</id>
|
||||
<url>http://people.apache.org/maven-snapshot-repository/</url>
|
||||
|
||||
Reference in New Issue
Block a user