Sunil Kumar Sahoo
Sunil Kumar Sahoo

Reputation: 53687

Packaging a single JAR file as an RPM properly

I've create a Java JAR file successfully. I now want to package my JAR file as an RPM (RedHat Package Manager) so that I can make it installable for Linux.

What would be the proper way to package a single JAR file as an RPM?

Upvotes: 16

Views: 16353

Answers (1)

Robert Munteanu
Robert Munteanu

Reputation: 68318

If you're using Maven there's the maven rpm plugin.

Upvotes: 12

Related Questions