incorporating -xmlConfigured in maven
Does the maven-aspectj-plugin have an option to specify ajc's option -xmlConf开发者_StackOverflowigured?
If not, what's the common practice for compiling aspect codes with most recent version of ajc using maven?
Does the maven-aspectj-plugin have an option to specify ajc's option -xmlConfigured?
AFAIK, the maven-aspectj-plugin doesn't have such an option, the -xmlConfigured
is just too new.
If not, what's the common practice for compiling aspect codes with most recent version of ajc using maven?
I'm pretty sure patch are appreciated and welcome :)
Nowadays AspectJ Maven has the parameter: http://www.mojohaus.org/aspectj-maven-plugin/compile-mojo.html#xmlConfigured
精彩评论