> -----Original Message-----
> From: J�rg Schaible [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 23, 2004 3:49 PM
> To: Maven Developers List
> Subject: RE: [PROPOSAL] Ading a new tag to <dependency>?
> 
> 
> Maczka Michal wrote on Tuesday, November 23, 2004 12:00 PM:
> 
> >> -----Original Message-----
> >> From: Stephen Nesbitt
> [snip]
> > 
> >> I noticed that J�rg Schaible's post kinda made the same point with
> >> the suggestion of a <repository> tag in the dependency element.
> >> 
> >> Hows does any of this fit into"in situ" artifacts?
> > 
> > In situ artifact won't be that helpful in that case if it
> > comes to speed of processing.
> > 
> > Other m2 feature might be helpful - you can define a
> > repositories per project basis. IT means that each pom can
> > contain the location from which corresponding jar should be
> > taken and you just need to push your poms to right repositoriy(ies)
> 
> How does this help if your project relies on OSS and 
> proprietary artifacts? How can I configure Maven to look for 
> the proprietary artifacts (SNAPSHOT or not) only in the local 
> repo? 

The simplest solution which you can use now would be to use exclusivly the
local intranet repo which 
must be be initially seeded in some way (e.g sychronized with ibiblio once
per day/week)
This should already make in some case the processing much faster  as you
will be never hitting ibiblio directly.
So general idea is - you should possibly use single repository which is
close to you and very fast.
How this idea should be implemented it is a different story. Maven Proxy and
such tools might be helpful.
I bet it is even implementable in case of teams are geographically
dispersed. In such case 
artifact repositories might be servers which are somehow activly
synchronizing the content among them.
But I believe that this is not releated to particular maven projects or poms
- it is global configuration of maven and the question
of organizing the repository system properly.



Michal




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

Reply via email to