On Wed, Nov 2, 2011 at 12:48 PM, Alessandro Adamou <[email protected]> wrote:
> On 11/2/11 12:38 PM, Rupert Westenthaler wrote:
>>
>> * switch form maven 2 to maven 3 because I think that maven 3 is now the
>> default maven version used by most Stanbol devs. (this should also help to
>> speed up build times a little bit)
>
> +1 provided that we clearly state in the Stanbol readme and docs that we are
> no longer supporting maven2 (otherwise we'll keep having to double-check)...
Note that something like this in the (parent) pom causes the build to
require a minimal maven version:
<prerequisites>
<maven>3.0.2</maven>
</prerequisites>
This doesn't address the "do we switch now" question, but it's useful
to enforce the minimal version to avoid surprises.
-Bertrand