Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/310.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无法生成openwms的jar并部署_Java_Spring Boot_Installation - Fatal编程技术网

Java 无法生成openwms的jar并部署

Java 无法生成openwms的jar并部署,java,spring-boot,installation,Java,Spring Boot,Installation,我试图在我的系统中部署org.openwms,但部署失败 获取错误 '' 获取错误: mvn clean deploy -Prelease,gpg 更新 getting error [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.446 s [INFO] Finished at: 2019-0

我试图在我的系统中部署org.openwms,但部署失败 获取错误

''

获取错误:

mvn clean deploy -Prelease,gpg
更新

getting error [INFO] 
BUILD FAILURE [INFO] 
------------------------------------------------------------------------ [INFO]
Total time: 18.446 s [INFO] 
Finished at: 2019-07-23T13:06:06+05:30 [INFO] 
------------------------------------------------------------------------ [ERROR] 
Failed to execute goal org.apache.maven.plugins:
maven-gpg-plugin:1.6:sign (sign-artifacts) on project org.openwms.services: 
Unable to execute gpg command: Error while executing process. 
Cannot run program "gpg.exe": 
CreateProcess error=2, The system cannot find the file specified ->

能够使用普通的maven命令为openwms(有问题的repo url)生成jar文件

mvn clean package
关于
deploy
命令报告的错误,pom文件中缺少其配置。请参考下面的命令,了解如何为项目设置部署目标


ohh。现在我明白了。