browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

Getting Error While doing mvn clean install -P release

Open PAVITHRA001 opened this issue 5 years ago • 1 comments

Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project browsermob-proxy: Unable to execute gpg command: Error while executing process. I am getting this error.

  1. I downloaded the source code
  2. Ran mvn install -P release. I am getting this error in Parent project Screenshot 2020-05-25 at 00 50 09 Please help me with this.

PAVITHRA001 avatar May 24 '20 19:05 PAVITHRA001

Try the below command inside the project directory mvn clean install -Dhttps.protocols=TLSv1.2

ned-lambdatest avatar Jun 08 '21 11:06 ned-lambdatest