mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Possibility to rename artifacts much like in maven-assembly #64

Closed rbjorklin closed 7 years ago

rbjorklin commented 8 years ago

It would be nice to be able to rename artifacts like how its done in the maven-assembly-plugin. Example:

<dependencySet>
        <outputDirectory>app</outputDirectory>
        <outputFileNameMapping>${artifact.classifier}.jar</outputFileNameMapping>
</dependencySet>

EDIT: Might be of use: Which properties can be used in the outputFileNameMapping parameter.

dantran commented 7 years ago

see my comment in #65