AspectJ Maven Plugin cannot compile my project

前端 未结 5 1284
难免孤独
难免孤独 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:24

    make sure the modules has source code,like *.java etc. when i compile CAS on version 4.0.6 it happens this error, I found the cas-server-uber-webapp doesn't has any source code in src folder. just remove the module from parent pom.xml.

提交回复
热议问题