Quantcast

Specify different JDK for maven sub modules?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Specify different JDK for maven sub modules?

jserup
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.
Loading...