I have a web app, which has all the dependant jar files under
src\webapp\WEB-INF\lib (i.e jboss files, logging and other jar files
that are needed to compile and deploy)

Is there a way to tell maven to use this lib folder to find all the jar
files it needs during compilation, or do I need to copy each and every
one to the repository (also creating a pom file describing each one),
and put a <dependency> element for each jar file in the webapp pom ?

Thanks,
Aviran

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

Reply via email to