I have a maven project that uses the aspectj-compiler-plugin. I use intertype declarations so there are references to Aspect code in my Java code. Because of this, the mav
You can disable the a plugin by set the phase of the plugin to none.
org.apache.maven.plugins maven-compiler-plugin default-compile none