I try to use aspectj maven plugin for compile project with aspectj compiler and then I try to package classes into \"war\" file. Unfortunately, it doesn\'t work with following c
Update: While the things I said about AspectJ Maven configuration in this answer are all correct, the root cause of the concrete problem at hand - bad Maven dependency management - is described in my other answer. It would be better if that one was the accepted answer and not this one.
tag (typo?) - to
.
section, the one at plugin level is enough.
UTF-8
1.8
1.8.4
org.codehaus.mojo
aspectj-maven-plugin
1.7
true
${java.source-target.version}
ignore
${java.source-target.version}
UTF-8
true
process-sources
compile
test-compile
org.aspectj
aspectjtools
${aspectj.version}
org.codehaus.mojo
aspectj-maven-plugin
org.aspectj
aspectjrt
${aspectj.version}
runtime
org.aspectj
aspectjrt