On 11/27/06, Yan Zheng <[EMAIL PROTECTED]> wrote:
In my particular project settings, it's sometimes desirable to prevent the maven's default compiler (maven-compiler-plugin) from running during the compile phase. Instead, we want to do the compilation using an Ant build file.
You can use a packaging type of 'pom' and then bind plugin executions (such as antrun) wherever you want them. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
