create manifest without classpath entries in ejb-client jar, but have classpath entries in main ejb
- by Paresh Patel
Hi,
I am using maven-ejb-plugin to generate the ejb jar and the client jar. Also I am using archive to generate the manifest file.
But the problem is I need the classpath entries in the ejb jar but not in the client jar.
Is there any configuration available to addClasspath only in the main jar and in the client jar do not set the class path?…