-
Notifications
You must be signed in to change notification settings - Fork 754
Add licensing information for maven metadata #377
Copy link
Copy link
Closed
Milestone
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels