Plugin Build Issue
MatthewPAS opened this issue · 0 comments
MatthewPAS commented
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