I have a packaging=jar project for which I'd like to generate two jars: one non-debug (the default) and one debug (w/ classifier="debug"). Is this possible? I've looked at trying to run the compiler:compile goal twice into different output directories, but that doesn't seem possible (outputDirectory is readonly and is set to ${project.build.outputDirectory}). Must I engage in some trickery whereby I bind two compiler:compile runs to the compile phase with a jar:jar and some ant junk to nuke the target/classes directory in between?

Thanks,
--
                -Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to