> As you can see, the file group-project-2.3.0.1-16287.noarch.rpm is
> installed as project-2.3.0-1.rpm. Is there a way to prevent this, ie.
> keep the original file name?

I'm not aware of any way to force Maven to install into a repo using
the "finalName" you've defined. There are a lot of good reasons for
this.

If you require this naming you've suggested above, the -16287 part
belongs in your version tag, and the noarch bit belongs in the
classifier. Then Maven will install this file as:
${project.artifactId}-${project.version}-${project.classifier}.rpm

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to