RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
:28 AM To: Maven Users List Subject: RE: Interrnal remote repository Any more suggestions on this? This has to be one of the least documented features of maven and I'm completely wedged. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 2:18 PM

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
: Tuesday, July 11, 2006 9:28 AM To: Maven Users List Subject: RE: Interrnal remote repository Any more suggestions on this? This has to be one of the least documented features of maven and I'm completely wedged. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent

RE: Interrnal remote repository

2006-07-13 Thread Mike Perham
solution, let me know. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 1:38 PM To: Maven Users List Subject: RE: Interrnal remote repository Could anyone spare the time and share the blocks of maven snippets where they have done this kind of thing

RE: Interrnal remote repository

2006-07-13 Thread Jason.Yankus
the distributionManagement element and scp protocol is appropriate. Linkage: http://abstracthorizon.org/proximity/ -jason -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:38 PM To: Maven Users List Subject: RE: Interrnal remote repository Could

RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 3:02 PM To: users@maven.apache.org Subject: RE: Interrnal remote repository Proximity. Works well as an internal mirror of central. Also provides the capability to house your own deployed artifacts. The method by which you deploy

RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
This is how to configure your LOCAL repository, not quite what I'm looking for. -Original Message- From: Brad Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:40 PM To: Maven Users List Subject: RE: Interrnal remote repository I just have !-- Maven settings

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
Right. My mistake. I mis-under-read-stood your message. Brad -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:36 PM To: Maven Users List Subject: RE: Interrnal remote repository This is how to configure your LOCAL repository, not quite

Re: Interrnal remote repository

2006-07-13 Thread Tamás Cservenák
Just to make myself clear: I think you need INHOUSE repository. It is (in my definition) a remote repository (from the aspect of developer) but housed and server on your company intranet in a controlled manner. Proximity is highly configurable, actually it only offers some buildingblocks

Re: Interrnal remote repository

2006-07-13 Thread Rod Coffin
Hi EJ, I encountered the same problem with plugins hosted on an internal repository recently and resolved it using the ant script suggested at this page: http://www.nabble.com/Re%3A-Internal-%28intranet%29-repositories-p3876819.html Regards, Rod On 7/13/06, Tamás Cservenák [EMAIL PROTECTED]

RE: Interrnal remote repository

2006-07-11 Thread EJ Ciramella
Any more suggestions on this? This has to be one of the least documented features of maven and I'm completely wedged. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 2:18 PM To: Maven Users List Subject: RE: Interrnal remote repository Yeah

Re: Interrnal remote repository

2006-07-10 Thread Tim Kettler
? If so, why maven 2 builds going to repo1 still for all kinds of plugins (scroll down)? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 10:37 PM To: Maven Users List Subject: RE: Interrnal remote repository I'm using the following syntax

RE: Interrnal remote repository

2006-07-10 Thread EJ Ciramella
/url /pluginRepository /pluginRepositories Is this wrong? -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 10:52 AM To: Maven Users List Subject: Re: Interrnal remote repository Did you specify your internal repo

RE: Interrnal remote repository

2006-07-10 Thread EJ Ciramella
To: Maven Users List Subject: RE: Interrnal remote repository Sorry - to completely answer this question, my settings.xml file is pretty much blank. (I have no repository configured - I'm completely relying on the pom.xml for this information) -Original Message- From: EJ Ciramella

Re: Interrnal remote repository

2006-07-10 Thread Tim Kettler
Is this wrong? -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 10:52 AM To: Maven Users List Subject: Re: Interrnal remote repository Did you specify your internal repo as a plugin repository in your settings.xml/pom.xml? EJ Ciramella schrieb: Can

RE: Interrnal remote repository

2006-07-10 Thread EJ Ciramella
2:04 PM To: Maven Users List Subject: Re: Interrnal remote repository Hi, I don't think the file url given in your pluginRepository definition is valid. Shouldn't it be something like 'file:///C:/PATH/TO/REPOSITORY' for windows or 'file:///PATH/TO/REPOSITORY' for unix style os's? Or you need

RE: Interrnal remote repository

2006-07-08 Thread EJ Ciramella
Anyone able to shed some light on this? I'm stuck on this and don't want this thread to get buried. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 6:40 PM To: users@maven.apache.org Subject: Interrnal remote repository For the life of me, I

Re: Interrnal remote repository

2006-07-08 Thread Arnaud Bailly
EJ Ciramella [EMAIL PROTECTED] writes: Anyone able to shed some light on this? I'm stuck on this and don't want this thread to get buried. Not sure that it can help you but I had similar symptoms with a corrupt local repository and when trying to use an installed plugin instead of a deployed

RE: Interrnal remote repository

2006-07-08 Thread EJ Ciramella
Could you elaborate? I'm kinda a maven noob. -Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 9:41 AM To: Maven Users List Subject: Re: Interrnal remote repository EJ Ciramella [EMAIL PROTECTED] writes: Anyone able to shed some light

Re: Interrnal remote repository

2006-07-08 Thread Arnaud Bailly
EJ Ciramella [EMAIL PROTECTED] writes: Could you elaborate? I'm kinda a maven noob. Information about plugins is kept in metadata files in the repo so that they can be resolved. Not sure in your particular case but: - check your local repository (maybe try removing the artefact that cannot