Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Anders Hammar
MNG-5789 created to monitor this. Thanks for reporting! /Anders On Thu, Mar 19, 2015 at 8:52 AM, Arend v. Reinersdorff ar...@arendvr.com wrote: ok, thanks for the clarification. The system requirements on the download page are correct now. But the README.txt in the distribution is still

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arnaud Héritier
I'm a little bit lost with the download page Several time it references Maven 3.2 but this one isn't available any more (only in archives) But 3.2 is the one to use for Java 6 users ? (If we exclude the usage of toolschain) I'm not sure why we are keeping 3.0, 3.1 and not 3.2 On Thu, Mar 19, 2015

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arend v. Reinersdorff
ok, thanks for the clarification. The system requirements on the download page are correct now. But the README.txt in the distribution is still wrong. Regards, Arend On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io wrote: Olivier fixed the doco so that should do out shortly.

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arnaud Héritier
Hi, I tested 3.3 a little bit and didn't find any issue But it requires Java 7 if you need to build with an older version of Java you'll have to setup a toolchain You can always find old releases from : http://archive.apache.org/dist/maven/maven-3/

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Björn Raupach
Hi group, I have the same problem. Looking for the 3.2.x releases. Can’t upgrade to 3.3.x yet. Or is it save to skip 3.2.x for now? /Björn On 19 Mar 2015, at 11:01 , Arnaud Héritier aherit...@gmail.com wrote: I'm a little bit lost with the download page Several time it references Maven

Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Arend v. Reinersdorff
Hi, Maven 3.3.1 requires Java 1.7: - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to Java 7 - When I try to run Maven 3.3.1 with Java 1.6 I get the exception: Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Anders Hammar
That is correct, the docs haven't been updated. Maven 3.3+ requires JDK 1.7. /Anders (mobile) Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com: Hi, Maven 3.3.1 requires Java 1.7: - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to Java 7 - When I try

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Jason van Zyl
Olivier fixed the doco so that should do out shortly. On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote: That is correct, the docs haven't been updated. Maven 3.3+ requires JDK 1.7. /Anders (mobile) Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com: Hi,