You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2010/08/08 22:49:23 UTC

Re: How to build Project which uses specific version of jar not existing in Maven Repo

On Sun, Aug 8, 2010 at 1:16 PM, Dilip <je...@gmail.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to build Project which uses specific version of jar not existing in Maven Repo

Posted by Ron Wheeler <rw...@artifact-software.com>.
  On 08/08/2010 4:49 PM, Wendy Smoak wrote:
> On Sun, Aug 8, 2010 at 1:16 PM, Dilip<je...@gmail.com>  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.
>
Unfortunately you need to do this on each developer's machine.
There are a lot benefits to running a Nexus or other repository of your 
own. It has a hugely positive effect on your use of Maven and moves you 
a long way down the path to applying "best practices" in Maven development.

Ron

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