|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [mojo-dev] [jira] (MASPECTJ-97) would be nice to h... Krzysztof Debski (JIRA)
It works like this already.
Although, the goal is named "compile", not "weave".
maven-compiler-plugin compiles sources, and aspectj-maven-plugin runs ajc
You can invoke weaving without compilation with:
mvn org.codehaus.mojo:aspectj-maven-plugin:1.4:compile
mvn org.codehaus.mojo:aspectj-maven-plugin:1.4:test-compile