Build Sling Failure: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:integration-test (default-integration-test)

自作多情 提交于 2019-12-04 03:26:15

I had the same issue with a project of my own - it seems to be an m2eclipse-issue, as it goes away when I use an external maven instead of the embedded one m2eclipse uses by default.

its m2e-embedded mvn setting a bogus maven.home-dir

https://bugs.eclipse.org/bugs/show_bug.cgi?id=341120

only known workaround (as mentioned above) is to use an external mvn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!