sairndain skrev:
Hi
QUESTION: How can I specify manifest in was6-maven-plugin "ejb:ejb"???
I need to include two(2) jars in the manifest.
Although I place my custom MANIFEST.MF file in the ejb project's
src/main/resources/META-INF directory, it does not get used by the
was6-maven-plugin.
Instead, the was6-maven-plugin generates it's own (empty) version of the
MANIFEST.MF file.
I noticed that the was6-maven-plugin generates its "MANIFEST.MF" file under
the classes directory where the java packages are located.
If I moved the META-INF folder (containing my custom MANIFEST.MF file)
under the src/main/java folder, -- instead of keeping it under the
src/main/resources folder -- would my custom "MANIFEST.MF" file be used by
the was6-maven-plugin?
Is the one from src/main/resources/META-INF overwritten?
Please note the order of the plugin execution as well:
http://mojo.codehaus.org/was6-maven-plugin/examples/generating-ejb-stubs.html
If you still have a problem, raise an issue here:
http://jira.codehaus.org/browse/MWAS along with a sample pom.xml and a
description.
Regards,
David K
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]