为什么在构思maven项目窗口中构建错误,而在构思终端中通过相同命令构建成功

时间:2017-11-09 01:54:52

标签: maven intellij-idea clojure

我想在storm-1.1.1中建立风暴启动器。为此,我使用intellij ic 2017.2,在“maven project”窗口中单击storm-starter / lifecycle / package。实际上ide执行命令:

/opt/java/jdk1.8.0_121/bin/java -Dmaven.multiModuleProjectDirectory=/home/wxh/opensource/storm/examples/storm-starter -DarchetypeCatalog=internal -Dmaven.home=/opt/maven3.5.0 -Dclassworlds.conf=/opt/maven3.5.0/bin/m2.conf -javaagent:/opt/ideaic171/lib/idea_rt.jar=45019:/opt/ideaic171/bin -Dfile.encoding=UTF-8 -classpath /opt/maven3.5.0/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2017.2.5 --errors -s /home/wxh/.m2/settings.xml -Dmaven.repo.local=/home/wxh/repo/mvnrepo -DskipTests=true clean package -P intellij

在诡计之后,我们可以看到异常消息: Exception call stacktraces

但是如果我将相同的命令复制到构思终端并执行命令,则构建进度成功。

我该怎么办?

0 个答案:

没有答案