Generating Class-Path: Entry in /META-INF/Manifest.mf for an EJB

2007-06-06 Thread Artur Wystub
Hi NG, is there a way to let maven generate the Class-Path: Entry in /META-INF/Manifest.mf for an EJB? I have a multi-module project with an ear and an ejb as subprojects and have to put all the names of jars referenced by the ejb manually in the Manifest.mf in META-INF of the ejb. Is there

Re: Generating Class-Path: Entry in /META-INF/Manifest.mf for an EJB

2007-06-06 Thread Wayne Fay
This is documented on the plugin's website: http://maven.apache.org/plugins/maven-ejb-plugin/faq.html Wayne On 6/6/07, Artur Wystub [EMAIL PROTECTED] wrote: Hi NG, is there a way to let maven generate the Class-Path: Entry in /META-INF/Manifest.mf for an EJB? I have a multi-module project