Skip to content
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

Add licensing information for maven metadata #377

Closed
mpmarkburgess opened this issue Oct 19, 2020 · 1 comment
Closed

Add licensing information for maven metadata #377

mpmarkburgess opened this issue Oct 19, 2020 · 1 comment
Milestone

Comments

@mpmarkburgess
Copy link

Unsure if this is the proper place to request this, but I am using Google's OSS plugin library. This plugin scans the maven repos for the POM file and pulls the licensing information from it to generate the information displayed in the Activity. However, Volley currently is missing the "licenses" element in the POM and hence is excluded from the final list.

From https://repo.spring.io/libs-release/com/android/volley/volley/1.1.1/volley-1.1.1.pom:

<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.android.volley</groupId>
  <artifactId>volley</artifactId>
  <version>1.1.1</version>
  <packaging>aar</packaging>
</project>
@jpd236 jpd236 added this to the 1.2.0 milestone Oct 19, 2020
@jpd236
Copy link
Collaborator

jpd236 commented Oct 19, 2020

Thanks - this was identified and should be fixed with #352 and should be included in our next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants