views:

8

answers:

1

Does the maven-aspectj-plugin have an option to specify ajc's option -xmlConfigured?

If not, what's the common practice for compiling aspect codes with most recent version of ajc using maven?

A: 

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 :)

Pascal Thivent