On Mon, Oct 19, 2009 at 6:12 PM, David Pollak <[email protected]> wrote: > ...Lift and ESME (and everything Scala) requires Maven 2.0.9+
FWIW, this can be expressed by
<prerequisites>
<maven>2.0.9</maven>
</prerequisites>
in the pom.xml
-Bertrand
