I am fairly new to using maven. Our project is looking at moving to maven to replace our current ant builds.
One thing that we are doing in our build is building the same source with the 1.4 and 1.5 jdks. Basically, we build the modules source with the 1.5 jdk and package it in a module.jar artifact. Then the build will use the 1.4 jdk to build the same source. This is packaged in a module-14.jar artifact. I have read about how to specify using a different jdk for compiling, but I am not quite sure how to do something like the above. Is it possible to do this from a single pom file project? Or do I need to split this up into multiple poms and multiple modules? There is probably something easy I am missing here, but I just cannot figure it out. Thanks Kevin Sent via BlackBerry by AT&T --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
