AspectJ Maven Plugin cannot compile my project

前端 未结 5 1514
鱼传尺愫
鱼传尺愫 2021-02-18 18:53

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:16

    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
    

提交回复
热议问题