Perhaps we should start having a proper vote on commons-parent? :)
On Sat, May 5, 2012 at 8:32 AM, sebb wrote:
> Commons Parent 24 and 25 don't work properly with Java 1.5 - the
> bundle plugin fails.
>
> Workround:
>
> When building with Java 1.5, disable its profile as follows:
>
> mvn test -
Commons Parent 24 and 25 don't work properly with Java 1.5 - the
bundle plugin fails.
Workround:
When building with Java 1.5, disable its profile as follows:
mvn test -P-java-1.5-detected
Note the "-" after the "-P"; this disables the profile.
===
Background:
This is because of the w