Re: how to prevent maven-compiler-plugin from running during compile life cycle

2006-11-27 Thread Wendy Smoak
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 pa

how to prevent maven-compiler-plugin from running during compile life cycle

2006-11-27 Thread Yan Zheng
Hi, 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. Has anyone tried this -- preventing the maven-compiler-plugin fr