On Sun, Aug 8, 2010 at 1:16 PM, Dilip <[email protected]> wrote: > Is there any way to build the project using maven if there is no specific > version not jar not existing in the maven repository?
Until you get that repository manager up and running, you can use "mvn install:install-file ... " to put the jar into your local repo. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
