16

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?

Chris Forrence
  • 10,042
  • 11
  • 48
  • 64
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243

1 Answers1

12

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

Tidhar Klein Orbach
  • 2,896
  • 2
  • 30
  • 47
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278