eureka-server mvn clean install 编译报错

[INFO]
[INFO] — maven-gpg-plugin:1.5:sign (sign-artifacts) @ eureka-server —
‘gpg.exe’ 不是内部或外部命令,也不是可运行的程序
或批处理文件。
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.503 s
[INFO] Finished at: 2018-06-04T11:30:27+08:00
[INFO] Final Memory: 48M/414M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.5:sign (sign-artifacts) on project eureka-server: Exit code: 1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


你好,可以使用mvn package -Dgpg.skip -Dmaven.source.skip=true -Dmaven.javadoc.skip=true 来进行编译

你可以参考github的README.md