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

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to