Skip to content

Validate pom + components properties #82

@martinbonnin

Description

@martinbonnin

This is a follow up from @IgnatBeresnev excellent talk at KotlinConf. We could enforce that properties have meaningfull values. One example I have in mind is using a SPDX license id for license name.

We could also validate the components (make sure everything has sources, signatures, extensions, etc...)

  • SPDX license identifiers
  • valid groupId
  • valid artifactId
  • Sonatype requirements
  • all files must have an extension
  • snapshots must end with -SNAPSHOT
  • releases must not end with -SNAPSHOT

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions