Hi, I'm currently investigating the use of Maven Assembly Plugin and I'd like the generated jar archive to be executable. For that I need the manifest to include a Main-Class attribute. The problem is that I don't manage to get a customized Manifest into the generated assembly. I've tried to add configuration for JAR plugin in my POM, and I added META-INF/MANIFEST.MF to src/main/resources, but none of these worked.
Does someone have a solution? -- Sébastien Arbogast http://www.sebastien-arbogast.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
