-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Collect more data from Maven POMs #505
Comments
@linexb Could you look instead in a completely different implementation of parsing Maven POMs? with https://github.com/sassoftware/pymaven and in a maven2.py script? I think this would be much better to get actual deps. And eventually we can patch pymaven and submit upstream our improvements as it may support dependencies well but not basic information fields. See also sassoftware/pymaven#3 |
* developer_organization * contributor_email * contributor_name * contributor_organization * distribution_management_repository_url Link: #505 Signed-off-by: Li Ha <li_ha@nexb.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* support dependency and dependency group Link: #505 Signed-off-by: Li Ha <li_ha@nexb.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
These are captured now but may not be full added to packages as part of #529 |
This is merged in develop. |
"dependency_version", "dependency_scope", "contributor_email", "issue_url" fields are not captured yet in the Maven parser: and we should to support these fields
The text was updated successfully, but these errors were encountered: