error upgrading aspectj-maven-plugin v1.8

后端 未结 4 666
礼貌的吻别
礼貌的吻别 2020-12-05 10:50

Upgrading the maven plugin from 1.7 to 1.8 results in the following error message:

[ERROR] \'dependencies.dependency.systemPath\' for com.sun:tools:jar must specify

4条回答
  •  粉色の甜心
    2020-12-05 11:24

    I found a problem in AspectJ Maven plugin and fixed it. My pull request was finally merged and is contained in the new plugin version 1.9. Just upgrade your POM and enjoy.

    P.S.: The real problem is in Eclipse, but it was easier to put a workaround into the Maven plugin than to get it fixed upstream.

提交回复
热议问题