messagebird / java-rest-api

This repository contains the open source Java client for MessageBird's REST API.
https://www.messagebird.com/developers/java
BSD 3-Clause "New" or "Revised" License
48 stars 80 forks source link

Error: Could not build package #138

Open rc-ctream opened 3 years ago

rc-ctream commented 3 years ago

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

rc-ctream commented 3 years ago

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

denizkilic commented 3 years ago

Hi @rc-ctream, Thanks for reporting the issue. You can usemvn clean install -Dgpg.skip for now. We will consider to fix it in the future. Let us know if you have more questions.

rc-ctream commented 3 years ago

Hi @denizkilic , thank you for your feedback. As mentioned above, I built it that way. Then I'll let the ticket wait until you get the fix it.

Thanks in advance!