Skip to content

Add licensing information for maven metadata #377

@mpmarkburgess

Description

@mpmarkburgess

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions