aem-react icon indicating copy to clipboard operation
aem-react copied to clipboard

Build failure with AEM 6.2 and maven 3.5

Open hoangbienit opened this issue 7 years ago • 3 comments

Hi, I clone project from GitHub. So I build the project with command cd aem-react mvn clean install -PautoInstallPackage

The build is failure. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.5:sign (sign-artifacts) on project aem-react: 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

How to fix it? Thank & regards, BienHV

hoangbienit avatar Jul 13 '17 06:07 hoangbienit

You need to skip the gpg signature by added -Dgpg.skip=true

stemey avatar Jul 13 '17 07:07 stemey

Hi Stemey, Where I need to added -Dgpg.skip=true ?

Thanks

hoangbienit avatar Jul 13 '17 10:07 hoangbienit

mvn clean install -PautoInstallPackage -Dgpg.skip=true

stemey avatar Jul 13 '17 13:07 stemey