RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Brian

Can you tell me the URL of helo on this px features and how to do it.

Regards,
Nishant Sonar


-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 11:08 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

With one of the latest snapshots of px, you can create rules that say
for group xyz look in this repo etc.


-Original Message-
From: Sonar, Nishant [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 10:46 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

Hi Brian,

For plugins we can specify repositories in the 
 tags . I never tried to an extent for this but you can
hit for it.

How can we do it using proximity?

Regards,
Nishant Sonar
-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 8:11 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

You can't do this with maven, but you can do it with proximity.

-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   


Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]


-
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]


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



Re: tie dependency to one repository

2007-09-14 Thread Tim Kettler

Hi,

Sonar, Nishant schrieb:

Hi Wayne

Proximity is a good option for a corporate repository, but its too much
of a pain task setting up all dependency and even more when hosting
oplugins on it there are issues with metadata-maven.xml (plugin metadata
information).I set it up for some org here, what I did was took all the
downloaded repositories from the internet through varios internet
repositories to the proximity server, Then it realy took a long time in
cleanin up the repo to suite my needs specially struggled with metadata
information for plugins. 


Is there any other way to create a repository from a existing local
downloaded repository from (central,codehaus) etc.?


Perhaps the scripts here [1] do what you want.

-Tim

[1] http://wiki.ops4j.org/confluence/x/CIAO


Regards,
Nishant Sonar

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 3:27 PM

To: Maven Users List
Subject: Re: tie dependency to one repository

I'd suggest installing a "Corporate repository" using something like
Artifactory, Proximity etc and getting all of your artifacts from it.
This speeds things up dramatically as all requests are on your LAN.

Wayne

On 9/13/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote:

Hi Sebastian,

I still have this type of problem when going for a plugin (exec), it
referred to both of the sites central and snapshots.codehaus, and got
conflicts later on at build.

Till now you can tell the version number as a chosing option.

Otherwise

I don't see anything to specify the repository.

Regards,
Nishant Sonar


-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked?

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6








Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]




-
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]



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



Re: tie dependency to one repository

2007-09-14 Thread thebugslayer
I have recently just setup a internal m2 repository using
Artifactory(http://www.jfrog.org/sites/artifactory/latest/).  It's a
simple war deployment and it even comes with jetty as package
download... works out of box!

After setup, you have two options to redirect all traffic from it.

1. in your settings.xml create a mirror like so:
  

mym2repo
*
http://mym2server:8081/artifactory/repo
Artifactory


2. Or, in your each pom.xml add , and
 that set url to there.

Hope this helps.

On 9/14/07, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> With one of the latest snapshots of px, you can create rules that say
> for group xyz look in this repo etc.
>
>
> -Original Message-
> From: Sonar, Nishant [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 14, 2007 10:46 AM
> To: Maven Users List
> Subject: RE: tie dependency to one repository
>
> Hi Brian,
>
> For plugins we can specify repositories in the
>  itory> tags . I never tried to an extent for this but you can
> hit for it.
>
> How can we do it using proximity?
>
> Regards,
> Nishant Sonar
> -Original Message-
> From: Brian E. Fox [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 14, 2007 8:11 AM
> To: Maven Users List
> Subject: RE: tie dependency to one repository
>
> You can't do this with maven, but you can do it with proximity.
>
> -Original Message-
> From: Sebastian Johnck [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 13, 2007 1:11 PM
> To: users@maven.apache.org
> Subject: tie dependency to one repository
>
> Is it possible to bind a dependency to a single
> repository so that when it comes time to check for
> updates, only that repository is checked?
>
> I currently have a bunch of repositories, and all of
> them get checked for updates, slowing my build
> significantly.
>
> Thanks in advance!
> Maven2.0.6
>
>
>
> 
> 
> Yahoo! oneSearch: Finally, mobile search
> that gives answers, not web links.
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>
> -
> 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]
>
>
> -
> 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]
>
>


-- 
/bugslayer

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



RE: tie dependency to one repository

2007-09-14 Thread Brian E. Fox
With one of the latest snapshots of px, you can create rules that say
for group xyz look in this repo etc.


-Original Message-
From: Sonar, Nishant [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 10:46 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

Hi Brian,

For plugins we can specify repositories in the 
 tags . I never tried to an extent for this but you can
hit for it.

How can we do it using proximity?

Regards,
Nishant Sonar
-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 8:11 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

You can't do this with maven, but you can do it with proximity.

-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   


Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]


-
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]



RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Wayne

Proximity is a good option for a corporate repository, but its too much
of a pain task setting up all dependency and even more when hosting
oplugins on it there are issues with metadata-maven.xml (plugin metadata
information).I set it up for some org here, what I did was took all the
downloaded repositories from the internet through varios internet
repositories to the proximity server, Then it realy took a long time in
cleanin up the repo to suite my needs specially struggled with metadata
information for plugins. 

Is there any other way to create a repository from a existing local
downloaded repository from (central,codehaus) etc.?

Regards,
Nishant Sonar

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 3:27 PM
To: Maven Users List
Subject: Re: tie dependency to one repository

I'd suggest installing a "Corporate repository" using something like
Artifactory, Proximity etc and getting all of your artifacts from it.
This speeds things up dramatically as all requests are on your LAN.

Wayne

On 9/13/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote:
> Hi Sebastian,
>
> I still have this type of problem when going for a plugin (exec), it
> referred to both of the sites central and snapshots.codehaus, and got
> conflicts later on at build.
>
> Till now you can tell the version number as a chosing option.
Otherwise
> I don't see anything to specify the repository.
>
> Regards,
> Nishant Sonar
>
>
> -Original Message-
> From: Sebastian Johnck [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 13, 2007 1:11 PM
> To: users@maven.apache.org
> Subject: tie dependency to one repository
>
> Is it possible to bind a dependency to a single
> repository so that when it comes time to check for
> updates, only that repository is checked?
>
> I currently have a bunch of repositories, and all of
> them get checked for updates, slowing my build
> significantly.
>
> Thanks in advance!
> Maven2.0.6
>
>
>
>

> 
> Yahoo! oneSearch: Finally, mobile search
> that gives answers, not web links.
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>
> -
> 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]
>
>

-
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]



RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Brian,

For plugins we can specify repositories in the 
 tags . I never tried to an extent for this but you can
hit for it.

How can we do it using proximity?

Regards,
Nishant Sonar
-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 8:11 AM
To: Maven Users List
Subject: RE: tie dependency to one repository

You can't do this with maven, but you can do it with proximity.

-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   


Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]


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



RE: tie dependency to one repository

2007-09-14 Thread Brian E. Fox
You can't do this with maven, but you can do it with proximity.

-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   


Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]



Re: tie dependency to one repository

2007-09-13 Thread Wayne Fay
I'd suggest installing a "Corporate repository" using something like
Artifactory, Proximity etc and getting all of your artifacts from it.
This speeds things up dramatically as all requests are on your LAN.

Wayne

On 9/13/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote:
> Hi Sebastian,
>
> I still have this type of problem when going for a plugin (exec), it
> referred to both of the sites central and snapshots.codehaus, and got
> conflicts later on at build.
>
> Till now you can tell the version number as a chosing option. Otherwise
> I don't see anything to specify the repository.
>
> Regards,
> Nishant Sonar
>
>
> -Original Message-
> From: Sebastian Johnck [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 13, 2007 1:11 PM
> To: users@maven.apache.org
> Subject: tie dependency to one repository
>
> Is it possible to bind a dependency to a single
> repository so that when it comes time to check for
> updates, only that repository is checked?
>
> I currently have a bunch of repositories, and all of
> them get checked for updates, slowing my build
> significantly.
>
> Thanks in advance!
> Maven2.0.6
>
>
>
> 
> 
> Yahoo! oneSearch: Finally, mobile search
> that gives answers, not web links.
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>
> -
> 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]
>
>

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



RE: tie dependency to one repository

2007-09-13 Thread Sonar, Nishant
Hi Sebastian,

I still have this type of problem when going for a plugin (exec), it
referred to both of the sites central and snapshots.codehaus, and got
conflicts later on at build.

Till now you can tell the version number as a chosing option. Otherwise
I don't see anything to specify the repository.

Regards,
Nishant Sonar


-Original Message-
From: Sebastian Johnck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 1:11 PM
To: users@maven.apache.org
Subject: tie dependency to one repository

Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   


Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
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]



tie dependency to one repository

2007-09-13 Thread Sebastian Johnck
Is it possible to bind a dependency to a single
repository so that when it comes time to check for
updates, only that repository is checked? 

I currently have a bunch of repositories, and all of
them get checked for updates, slowing my build
significantly.

Thanks in advance!
Maven2.0.6


   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

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