On Wed, September 28, 2011 11:43 pm, Prashant Neginahal wrote: > Hi All, > > We are starting new web project. But, it has to be built on some > proprietary > web framework which is NOT mavenised and comes with its own bunch > of libraries. I am thinking of using maven for this application > development. > But, just wondering how to ensure maven uses this proprietary framework > and > its libraries which are not there in repository. Can we just dump > framework > libraries in WEB_INF/lib folder and maven includes the same in its > CLASSPATH.
Get a repository server like Nexus or Artifactory and deploy all the dependencies there and then use as normal. manfred http://simpligility.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
