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 packaging to GAV in key map #82

Closed
slawekjaranowski opened this issue Mar 10, 2020 · 0 comments
Closed

Add packaging to GAV in key map #82

slawekjaranowski opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request.
Milestone

Comments

@slawekjaranowski
Copy link
Member

slawekjaranowski commented Mar 10, 2020

Currently in key map we have format:

groupId:artifactId:version = keyId

We want extend it to:

groupId:artifactId:packaging:version = keyId

where groupId is mandatory and other field are optional.
In groupId, artifactId, packaging - we can use * or any other regular expression
version can be specified as maven version syntax

There are case where pom file has signature but jar hasn't.

It will be good to prepare separate site with description of key map file syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Development

No branches or pull requests

1 participant