kairosdb / kairosdb-client

Java Client for KairosDB
65 stars 67 forks source link

Plugin Build Issue #22

Closed MatthewPAS closed 10 years ago

MatthewPAS commented 10 years ago

Hi,

I had an issue building the client using maven with netbeans. In the pom.xml file, I first got an error telling me I needed a version with the maven-gpg-plugin. I added 1.5, but then got the following error: Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.5:sign. Tried with 1.4, but build stopped on passphrase. I tried deleting the maven repository, but it had the same result. In the end to get a successful build I removed these lines from the pom.xml file completely:

org.apache.maven.plugins maven-gpg-plugin 1.5 sign-artifacts verify sign

Is there a way to build without having to do this? Regards, MS