but the probelm is we have releases for these other jar files frequently  
and every time I have to install them isnt there any other way to tell maven
to include these jar files into the war file ?

Wayne Fay wrote:
> 
>> I have some  jar files inside my project folder , and I want maven to
>> include them inside WEB-INF/lib   , I know one way to include is to
>> create a
> 
> Use "mvn install:install-file" to put the jar files in your local repo
> cache and/or "mvn deploy:deploy:file" to put the jar files in your
> "corporate repo" and then add proper dependencies etc in your pom to
> include them.
> 
> Any other method is a hack/workaround.
> 
> Wayne
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/adding-jars-from-project-folder-into-my-war-file-tp23432996p23433759.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to