I'd like to add an Implementation-Version line to a manifest in my jar file that reflects the POM version number, using the maven assembly plugin.
Note that this is similar but different ...
i use the assembly plugin to create a uber jar from several maven artifacts.
Now I like to add some company specific entries into the Manifest of the created assembly jar.
But how ...
I am compiling several MSVC applications using maven in eclipse. I have successfully generated all of the dll's that my projects create however there are several options that my maven ...
I have a maven project which generates a jar via the maven assembly plugin I want to run as a console app. However, the MainClass attribute is not being ...