I am trying to add an additional classpath element to the manifest created by 
the war plugin.
 
Is it possible to do this?  I see how to add a manifest entry 
and I see how to specify the war classpath should be generated, 
but how to get this:
 
Manifest-Version: 1.0 
Class-Path: 
customerEjb_client.jar   <-- Dependency
inventoryEjb_client.jar  <-- Dependency
mailerEjb_client.jar        <-- Dependency
../foobar.properties  <!-- File in the EAR
 
 
 

Reply via email to