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 from running during the maven compile life cycle? Thanks. Yan
