Re: [JENKINS] fixing builds that require less than Java 7

2017-03-09 Thread Benedikt Ritter
Hi, > Am 09.03.2017 um 13:29 schrieb sebb : > > Jenkins now requires Java 7 for running Maven builds > > However it is possible to use the -Pjava-1.6 (etc) profiles to > continue to build with the target JVM > > 1) Update the main JVM to at least 1.7 so Jenkins-Maven works >

[JENKINS] fixing builds that require less than Java 7

2017-03-09 Thread sebb
Jenkins now requires Java 7 for running Maven builds However it is possible to use the -Pjava-1.6 (etc) profiles to continue to build with the target JVM 1) Update the main JVM to at least 1.7 so Jenkins-Maven works 2) add -Pjava-1.n to the Maven command line 3) Add the definition of