In Jenkins ver. 1.483 its possible to specify a JDK to use when building eg.
a maven project. Now I need to specify this on the sub-module layer like:

parent
  -> child.a (jdk5)
  -> child.b (jdk6)

Is this currently supported in jenkins or are there any plans to support
this? I have tried to specify this using the maven-compiler-plugin but the
build does not fail when I specify JDK6 in the job configuration and then
for a sub project specify JDk5.



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Specify-different-JDK-for-maven-sub-modules-tp4641975.html
Sent from the Jenkins users mailing list archive at Nabble.com.

Reply via email to