AspectJ Maven Plugin cannot compile my project

前端 未结 5 1314
难免孤独
难免孤独 2021-02-18 18:19

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

5条回答
  •  我寻月下人不归
    2021-02-18 19:13

    It seems like a known issue http://jira.codehaus.org/browse/MASPECTJ-125

    You can fix it by adding the following to your pom file.

    1.6
    

提交回复
热议问题