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 another project which require dependency scope compile.
Is there any filters in maven-ejb-plugin or I exclude only specific entries in my maven-ejb-plugin.
Thanks, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
