create manifest without classpath entries in ejb-client jar, but have classpath entries in main ejb

Posted by Paresh Patel on Stack Overflow See other posts from Stack Overflow or by Paresh Patel
Published on 2010-04-15T16:54:10Z Indexed on 2010/06/06 2:02 UTC
Read the original article Hit count: 530

Filed under:
|
|
|

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? Thanks in advance.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about classpath