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 ja
argh... after posting it i found it out myself...
<archive> <manifestEntries> <foobar>bla</foobar> </manifestEntries> </archive>
works :)