rpm-maven-plugin icon indicating copy to clipboard operation
rpm-maven-plugin copied to clipboard

RPM name changes

Open yargolan opened this issue 6 years ago • 1 comments

When building a SNAPSHOT version, the RPM gets the name:

projectname-version**_SNAPSHOT20171017082137**.i386

instead of (expected): projectname-version**-SNAPSHOT**.i386

yargolan avatar Oct 17 '17 11:10 yargolan

There is documentation on the site covering the versioning logic/strategy. It boils down to creating an rpm version that matches maven semantics as closely as possible and allows rpm updates to work easily.

On Tue, Oct 17, 2017 at 6:13 AM yargolan [email protected] wrote:

When building a SNAPSHOT version, the RPM gets the name:

projectname-version**_SNAPSHOT20171017082137**.i386

instead of (expected): projectname-version**-SNAPSHOT**.i386

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mojohaus/rpm-maven-plugin/issues/92, or mute the thread https://github.com/notifications/unsubscribe-auth/AC26bSWoVpEt4KXN0SJR9kIb9NMq2ehLks5stIvrgaJpZM4P7-w4 .

bokken avatar Oct 17 '17 13:10 bokken