-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG error on mvn clean install #23
Comments
Sorry about that. We have that plugin for signing the jar for maven. We're still figuring out how to make local builds not require that. For now, if you comment the maven-gpg-plugin plugin (lines 213-226) in the pom.xml. It should complete the clean install successfully. |
I think we need to do something like this: |
Ryan, Many thanks for your reply – I got round the problem by installing GPG4Win, putting it on the path and creating an initial Cert. Your excellent CFLint went ahead using that fine. (but it would be nice if we could optionally skip the pgp part altogether perhaps). So after that I got CFLint working by running: java –jar apart from log4j which I assume I will also have to install and configure correctly? I am curious – is there a way to set a default ouput file instead of outputting to console by default when output is set in the UI to Text? I am happy to update Docs for you to help anyone else when trying out CFLint for first time. Thanks for a great tool. Regards, Bill From: ryaneberly [mailto:[email protected]] I think we need to do something like this: — |
if you are using the cflint-ui.bat (or unix cflint-ui), It will open automatically (at least in windows) when it is finished. By all means start a wiki page, |
I've uploaded a new pom with all the jar/javadoc stuff commented out for now. Hopefully there won't be further issues with it. I also started a wiki page a while ago. I just haven't been actively updating it. The more people contributing, the better! |
Ryan/James, I have updated Wiki (a small contribution, but it’s a start). Thanks for your help. Bill Tudor From: ryaneberly [mailto:[email protected]] I am curious – is there a way to set a default ouput file instead of outputting to console by default when if you are using the cflint-ui.bat (or unix cflint-ui), It will open automatically (at least in windows) when it is finished. By all means start a wiki page, — |
Bill, If you are interested it contributing a bit further, take a look at Issue On Thu, Nov 13, 2014 at 6:03 AM, Bill Tudor [email protected]
|
I've looked into this... it's set up as:
When I execute "mvn clean install" it doesn't generate signed files. It only runs when I do "mvn verify". So I'm wondering why it's asking people who don't have gpg installed for it to be installed. |
My plan is to redo how the build is deployed. Hopefully it will remove any further issues. |
Keep getting a MojoExecutionException error due to Maven not being able to grab dependency: org.apache.maven.plugins:maven-gpg-plugin
The text was updated successfully, but these errors were encountered: