I have an ear file -whcih includes at the baselevel all the libraries neede
for the Application.  There are several war modules which need to have a
class-path set in the manifest but I would rather NOT have to include all
the libraries in the war files.  I could do this several ways with ant but I
would really rather not ... Is there a way to configure maven to do this --
if I set the dependency to provided the addClasspath setting in the archiver
does not include the element in the classpaht.  If I set the dependency to
runtime then it is included in the manifest but the library is included in
the war. 
-- 
View this message in context: 
http://www.nabble.com/Classpath-Generation-tf2523810.html#a7039856
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to