Re: How to compile some modules with a specific JDK, the rest with default JDK

2012-05-09 Thread Stephen Connolly
ailto:anders.g.ham...@gmail.com] On Behalf > Of Anders Hammar > Sent: Tuesday, May 08, 2012 12:11 PM > To: Maven Users List > Subject: Re: How to compile some modules with a specific JDK, the rest with > default JDK > > Should be possible. Just configure this in that module, a

RE: How to compile some modules with a specific JDK, the rest with default JDK

2012-05-08 Thread jose.nunez-zuleta
-Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, May 08, 2012 12:11 PM To: Maven Users List Subject: Re: How to compile some modules with a specific JDK, the rest with default JDK Should be

Re: How to compile some modules with a specific JDK, the rest with default JDK

2012-05-08 Thread Anders Hammar
Should be possible. Just configure this in that module, and not in the parent pom. /Anders On Tue, May 8, 2012 at 6:03 PM, wrote: > Hello Maven users, > > It is possible to tell maven to compile a specific module with a different > JDK than the rest of the project? > > So say than the master p