Packaging a single JAR file as an RPM properly

14,476

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

Share:
14,476
Sunil Kumar Sahoo
Author by

Sunil Kumar Sahoo

Please have a look on my career2.0 profile to know more about me. For source code follow me on github For articles follow me on Medium Thanks Sunil Kumar Sahoo Email Address [email protected]

Updated on June 16, 2022

Comments

  • Sunil Kumar Sahoo
    Sunil Kumar Sahoo about 2 years

    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?

  • TechEnthusiast
    TechEnthusiast about 6 years
    Is there any such option for ANT based builds?
  • Robert Munteanu
    Robert Munteanu about 6 years
    @TechEnthusiast - I would not know, sorry.