Hi,
See SLING-2127, our build currently fails with Maven 2.2.1.
We could probably work around the problem, but having a smaller range
of allowed Maven versions often makes things simpler.
Is anyone opposed to requiring Maven 3.0.0 for our build [1]?
-Bertrand
[1] patch:
Index: parent/pom.xml
===================================================================
--- parent/pom.xml (revision 1143359)
+++ parent/pom.xml (working copy)
@@ -37,7 +37,7 @@
<url>http://sling.apache.org</url>
<prerequisites>
- <maven>2.2.1</maven>
+ <maven>3.0.0</maven>
</prerequisites>