-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Version is null for some dependencies #48
Comments
I found the POM here: http://central.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom. The POM does include the version. I will take a look. |
Hi @jaredsburrows, thanks again for this lovely project. I was wondering if you had a chance to examine the problem. Thanks! |
I am updating this project and converting it to Kotlin. I have also updated the tests to use the newer Gradle test suite. Once I am done, it should be much easier to setup a test to fix this. |
Cool, thanks for the update! I admit in the meantime I had to find an alternative, so I'm using another plugin for now. |
For example, in my project, we use Apache HttpCore, and the JSON file contains this entry:
Version should be extractible from some location. For example, plugin "Gradle-License-Report" managed to figure out that in my project we use httpcore 4.4.9 (they titled it "Manifest version"). That plugin does not feature a JSON report mode, which is why I wanted to use your plugin, but sadly the JSON report doesn't specify the version for many of our dependencies.
Your efforts will be highly appreciated, keep up the good work, and thanks for the plugin :)
The text was updated successfully, but these errors were encountered: