> 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: [email protected] For additional commands, e-mail: [email protected]
