AspectJ weaving maven modules
问题 I have a project that has multiple maven modules, one of which, contains my aspects. How can I take the aspects and weave multiple maven modules? The documentation for the AspectJ Maven plugin is a little sparse and haven't been able to find many examples. I have tried putting the aspectj plugin in the parent pom but it doesn't seem to apply the advice for the modules underneath it. I also tried specifying the aspectsDirectory property but it didn't seem to have any affect. Perhaps I did it