Re: Custom MANIFEST.MF maven-ejb-plugin

2013-11-08 Thread Ron Wheeler
Still not sure that you need to do this. Assuming that you can not alter the manifest.mf, what would you do? What are you trying to do that is so bizarre that no one else would need such a feature? See below. On 08/11/2013 4:03 PM, Surendran D wrote: Couldn't find any way to achieve the p

Re: Custom MANIFEST.MF maven-ejb-plugin

2013-11-08 Thread Surendran D
Couldn't find any way to achieve the previous scenario. resolved my adding custom manifest.mf inside src/resources/ and copying it... instead of generating one. On Fri, Nov 8, 2013 at 9:30 AM, Surendran Duraisamy wrote: > Hi, > How can I generate custom class-path: entries in my maven-ejb-plug

Custom MANIFEST.MF maven-ejb-plugin

2013-11-07 Thread Surendran Duraisamy
Hi, How can I generate custom class-path: entries in my maven-ejb-plugin. I have 3 jar A.jar, B.jar and C.jar in my maven dependency pom.xml. I need to put only B.jar and C.jar in my Class-Path: entries of my MANIFEST. I cannot use dependency scope provided as my project is referred by anothe