Is there a property that holds the name of the generated artifact that is
deployed?
I am trying to find such a property that I can manipulate in the verify phase
as a param that is passed into a plug-in.
The nearest thing I can find is ${project.build.finalName} but is only useful
if the name is not overridden. For example using ${project.build.finalName}
bares no resemblance to the artifact that is generated when using the assembly
plug-in and overriding the name if finalName is used.
Is anyone aware of such a property or any reliable way that such can be
determined?
--
Robert