You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
by following the sms api guide for java Guide for Get started with SMS I get a trouble. The maven command mvn clean install results in my case with following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project messagebird-api: Unable to execute gpg command: Error while executing process. Cannot run program "gpg": error=2, No such file or directory -> [Help 1]
Can you give me an advice how to solve this?
Some information about my env:
OS: macOs - Catalina 10.15.7
Java: 11.0.9
The text was updated successfully, but these errors were encountered:
For me the following property mvn clean install -Dgpg.skip helps for building it without error. But it would be very helpful if this problem could be handle
Hi @rc-ctream,
Thanks for reporting the issue. You can use mvn clean install -Dgpg.skip for now. We will consider to fix it in the future.
Let us know if you have more questions.
Hi guys,
by following the sms api guide for java Guide for Get started with SMS I get a trouble. The maven command mvn clean install results in my case with following error:
Can you give me an advice how to solve this?
Some information about my env:
OS: macOs - Catalina 10.15.7
Java: 11.0.9
The text was updated successfully, but these errors were encountered: