【发布时间】:2014-12-25 07:59:15
【问题描述】:
我来自 Gradle 世界,我想在 Gradle 我写的Gradle 中生成 eclipse 项目
gradlew cleanEclipse eclise
但是如何在 Maven >3.0
中做到这一点我试过了
mvn -npr eclipse:eclipse
但只有日食 .project 文件生成。缺少所有依赖库。所以当我尝试通过 Eclipse 启动时
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils
【问题讨论】: