Skip to content

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

Open
mgamulin wants to merge 1 commit intoshrinkwrap:masterfrom
mgamulin:feature/allowNewPackageTypeWithExxtension
Open

new feateure: allow additional packaging type to set extension#149
mgamulin wants to merge 1 commit intoshrinkwrap:masterfrom
mgamulin:feature/allowNewPackageTypeWithExxtension

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

Comments