2
Good morning guys, good I have a Maven project running over Netbeans however, the .jar
generated says at time of execution: "no major manifest attribute in example.jar".
I heard there might be some problem in the file MANIFEST.MF
, but I did not succeed in modifying it, I also heard about a plugin called maven-shade-plugin
, that could help generate the . jar with the dependencies, but I did not understand how to use it, so I would like a help from you to be able to generate the blessed executable.
I would like to thank the whole community beforehand for the excellent work done in this forum.