Thanks

It worked just as you said.

And to put it mildly, m2 is a huge huge improvement
wrt   m1.x IMO. Thanks


Sid
--- Brett Porter <[EMAIL PROTECTED]> wrote:

> Maven proxy basically acts as an internal mirror of
> ibiblio, working
> around the need for all devs to have internet access
> and saving
> bandwidth. It should work with Maven2 unmodified -
> but I've not heard
> from anyone trying it.
> 
> What it sounds like you want is to actually have 2
> different remote
> repositories, which is actually a good setup - one
> for your builds and
> then the outside world one. The outside world one
> and the local
> developer ones come standard, so all you need to add
> is the internal
> company repository, which you can do with the
> <repositories> element
> in the POM. This should be in a parent inherited by
> every project
> using that environment.
> 
> Finally, you should put that repository in the
> <distributionManagement/> section of the same POM so
> that when
> artifacts are deployed they end up there.
> 
> Cheers,
> Brett
> 
> On 7/30/05, Sidart Kurias <[EMAIL PROTECTED]>
> wrote:
> > All,
> > 
> > I would like to set up multiple levels of
> > repositories. One local for the developer, to
> which
> > snapshots will be deployed, one on the intranet
> [for
> > versioned releases] and the third are the true
> remote
> > repositories. Libraries should be fetched from the
> > intranet repository before going off to ibiblio
> etc...
> > I read an earlier post  relating to Maven 1.x,
> that
> > suggested using the maven-proxy servlet. Is that
> still
> > the recommended way in  m2 or is there another way
> to
> > do it?
> > 
> > Thanks
> > Sid
> > 
> > 
> > 
> >
> ____________________________________________________
> > Start your day with Yahoo! - make it your home
> page
> > http://www.yahoo.com/r/hs
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to