Skip to content

Conversation

mgamulin
Copy link

Proposed feature would allow one to create PackagingType with extension (and classifier).

PackagingType.of("bundle", "jar")
PackagingType.of("bundle", "jar", "some-classifier")

Why this is needed? For example
maven-bundle-plugin (org.apache.felix) needs packaging to be set as "bundle" and it builds artifact with extension "jar". Without proposed feature built artifact would have extension "bundle" (same as packaging type)

…lassifier) (eg. PackagingType.of("bundle", "jar", ""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant