I know there is already a lot of discussion around the topic of artifacts
not using "finalName" when they are installed into a repository (remote or
local), but is there a way to enforce that the dependencies, when packaged
into the using project, are packaged with their finalNames?

example:
Project A (a POM that ZIPs its WAR dependencies) uses B, C, D, etc.. as
dependencies (all WARs)

B's finalName is "Bee", C's is "Cee", etc...
by default, when A packages, it creates a ZIP of all its dependencies (using
an assembly descriptor), with their fully qualified repository names, as
expected

is there an easy way to ask maven to use the finalNames for the dependencies
instead?

S

Reply via email to