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

2017-05-28 Thread sebb
- > From: sebb > Date: 9 March 2017 at 12:29 > Subject: [JENKINS] fixing builds that require less than Java 7 > To: CommonsDev > > > Jenkins now requires Java 7 for running Maven builds > > However it is possible to use the -Pjava-1.6 (etc) profiles to > continue to

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

2017-05-28 Thread sebb
necessary) JAVA_1_6_HOME=${JDK_1_6_LATEST__HOME} -- Forwarded message -- From: sebb Date: 9 March 2017 at 12:29 Subject: [JENKINS] fixing builds that require less than Java 7 To: CommonsDev Jenkins now requires Java 7 for running Maven builds However it is possible to use the

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 > > 2) add -Pjava-1.

[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 JAVA_1_N_H