Karthik Manimaran wrote:

My question here is - How to avoid jars that can be reused from being copied
to the lib directory and have it as a common file in the EAR.

Thanks and regards,
Karthik.
We put the ejb module in the ear and we put this in the war module pom so that it uses the ear lib and doesn't import it.

<dependency>
     <groupId>it.linksystem.csai</groupId>
     <artifactId>CSAIEJB</artifactId>
     <version>1.0</version>
     <scope>provided</scope>
</dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to