通過(guò)nutz的文檔提供的安裝方式如下:
mvn clean install -Dmaven.test.skip=true
執(zhí)行后,報(bào)錯(cuò)信息分別如下:
Unable to execute gpg command: Error while executing process. Cannot run program "gpg.exe": CreateProcess error=2
MavenReportException: Error while generating Javadoc: Unable to find javadoc
通過(guò)解決分析,最后執(zhí)行安裝語(yǔ)句調(diào)整為:
mvn clean install -Dmaven.test.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true
mvn 命令說(shuō)明:
-Dmaven.test.skip=true :跳過(guò)test
-Dmaven.javadoc.skip=true :跳過(guò)javadoc
-X :debug,顯示詳情