Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on project fe-common: Unable to execute gpg command: Error while executing process. Cannot run program "gpg": error=2, No such file or directory -> [Help 1]
Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on project fe-common: Unable to execute gpg command: Error while executing process. Cannot run program "gpg": error=2, No such file or directory -> [Help 1]
Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on project fe-common: Unable to execute gpg command: Error while executing process. Cannot run program "gpg": error=2, No such file or directory -> [Help 1]
复制代码
解决方式:缺少maven-gpg-plugin依赖,在pom文件添加即可,配置文件如下:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
复制代码
Unable to find: checkstyle-apache-header.txt
解决方式:checkstyle-apache-header.txt文件的路径不对,如下 图:
thrift did not exit cleanly. Review output for more information.
复制代码
解决方式:thrift文件的路径不对,请看Maven环境配置章节!
Module 'fe-core' production : java.lang.OutOfMemoryError: GC overhead limit exceeded