Re: [ALL] CP24 and CP25 don't work with Java 1.5 - work-round

2012-05-05 Thread James Carman
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 -

[ALL] CP24 and CP25 don't work with Java 1.5 - work-round

2012-05-05 Thread sebb
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