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:
langmi
2011-09-23 13:39:39 +02:00
parent b850021187
commit c062b41f23

View File

@@ -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>