Skip to content

[MDEP-782] Add a <stripType> option to unpack goals #1292

Description

@jira-importer

Andreas Sewe opened MDEP-782 and commented

When using unpack-dependencies with

<useSubDirectoryPerArtifact>true</useSubDirectoryPerArtifact>
<stripVersion>true</stripVersion>

dependencies will get unpacked in directories like {}${outputDirectory}/some-artifactId-{*}jar{*}/{}. In other words, the artifact's type is always appended; AFAICT from the code, there is no way to unpack into a directory whose name is just the dependency's {}artifactId{}.

It would hence be nice to have a <stripType> configuration option to mirror <stripVersion> and <stripClassifier> (although the later option is also ignored on {}unpack-dependencies{}. A separate bug?).


Affects: 3.2.0

Remote Links:

1 votes, 4 watchers

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions