Hej guys,


I have a short question about the execution-order of plugins in maven.

Recently I'm doing some work with aspectj and it happened to me, that

after a complete clean some intertype-declarations and

default-implementations of abstract classes could not be found by the

java-compiler.. which is only naturally because its aspectj-stuff. The

thing is, if I do



mvn aspectj:compile



and after that



mvn install / mvn compile



everything works fine (including some very explicit tests for those

intertype-declarations which cause the problem if I only run mvn install /

mvn compile after a clean).

Do you know some way to get maven to run the "[INFO] ---

aspectj-maven-plugin:1.3:compile (default-compile) @ autaddrbridge

---"-Step before the "[INFO] --- aspectj-maven-plugin:1.3:compile

(default-compile) @ autaddrbridge ---"-Step? I didn't found a suitable

option in the documentation.. even though, after 5h maven I had only a

minimal motivation to do a proper depth-search :)



best regards,

- Benjamin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to