Hi supareno, Maven profile is your friend in this case, see http://maven.apache.org/guides/introduction/introduction-to-profiles.html search for "jdk" to see how you can activate a profile based on JDK version.
Erez. On Jan 29, 2008 1:50 PM, supareno <[EMAIL PROTECTED]> wrote: > hello, > > i need to do a double compilation > - one for java 6 > - one for java 5 (with specifics jars) > > for the moment, i have two projects with differents POMs. > is it possible to do this with single POM file? > can i merge them with two 'build' tag?? > is anybody has ever done this? > > > regards > supareno > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
