Good morning, I have a Maven project running on Netbeans, however, the .jar
generated says at runtime: "no main manifest attribute in example.jar" . p>
I heard that there could be some problem with the file MANIFEST.MF
, but I did not succeed in modifying it, I also heard about a plugin called maven-shade-plugin
, which could help generate .jar with dependencies, but not I understand how to use it, so I would like some help from you in order to generate the blessed executable.
I would like to thank all the community for the excellent work done in this forum.