Skip to content

POM names should be names instead of usage info #2765

@kenyee

Description

@kenyee

When used with cashapp Licensee, Leakcanary libraries are the only ones that do this 😹

Image

E.g. info extracted by Licensee looks like this:

    {
        "groupId": "com.squareup.leakcanary",
        "artifactId": "plumber-android-core",
        "version": "2.14",
        "name": "Use Plumber Android to fix known leaks in the Android Framework and other Google Android libraries.",
        "spdxLicenses": [
            {
                "identifier": "Apache-2.0",
                "name": "Apache License 2.0",
                "url": "https://www.apache.org/licenses/LICENSE-2.0"
            }
        ],
        "scm": {
            "url": "https://github.com/square/leakcanary/"
        }
    },

The POM name should be the name (e.g. "LeakCanary Plumber Module") instead of a description of how to use it...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions