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

new feateure: allow additional packaging type to set extension #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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