[Fwd: Re: How to pass different options to javac during compile and testCompile goals?]

2007-11-22 Thread Sahoo
Any help? Thanks, Sahoo ---BeginMessage--- Hi Milos, Milos Kleint wrote: Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and

Re: How to pass different options to javac during compile and testCompile goals?

2007-11-21 Thread Sahoo
Hi Milos, Milos Kleint wrote: Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java code

Re: How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Milos Kleint
Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(I have not yet subscribed to users alias, so please copy a reply directly to me) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java code and set source level as 1.5 for my