Re: Using Maven Offline

2008-08-27 Thread Antony Stubbs
Some more info about going offline: http://stubbisms.wordpress.com/2008/08/28/maven-is-to-ant-as-a-nail-gun-is-to-hammer-and-nails-you-need-to-move-on/ Paul Hepworth-4 wrote: > > Hi > > I'm trying to set up Maven for multiple users on a network not connected > to the internet. > I've run all

Re: Using Maven Offline

2006-01-13 Thread Yann Le Du
January 2006 13:28 > To: Maven Users List > Subject: RE: Using Maven Offline > > As the sample of the POM shows, I have both the repository and > pluginRepository defined. If I remove these and specify a mirror, I get the > same result. > > If I copy the org directory to my local re

RE: Using Maven Offline

2006-01-12 Thread Paul Hepworth
:[EMAIL PROTECTED] Sent: 12 January 2006 13:28 To: Maven Users List Subject: RE: Using Maven Offline As the sample of the POM shows, I have both the repository and pluginRepository defined. If I remove these and specify a mirror, I get the same result. If I copy the org directory to my local

RE: Using Maven Offline

2006-01-12 Thread Paul Hepworth
ent: 12 January 2006 12:52 To: Maven Users List Subject: RE: Using Maven Offline For plugins, you need to define a pluginRepository just like you did for your repository. -Original Message- From: Paul Hepworth [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 7:10 AM To: Maven Us

RE: Using Maven Offline

2006-01-12 Thread Brian E. Fox
For plugins, you need to define a pluginRepository just like you did for your repository. -Original Message- From: Paul Hepworth [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 7:10 AM To: Maven Users List Subject: RE: Using Maven Offline I've tried that one already wi

Re: Using Maven Offline

2006-01-12 Thread Man-Chi Leung
en plugins!?!? -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: 12 January 2006 11:37 To: Maven Users List Subject: Re: Using Maven Offline Yeah I just checked the guide and you need a mirror. From http://maven.apache.org/guides/mini/guide-mirror-settings.html: You want to

RE: Using Maven Offline

2006-01-12 Thread Paul Hepworth
ed in settings. It just doesn't work for the maven plugins!?!? -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: 12 January 2006 11:37 To: Maven Users List Subject: Re: Using Maven Offline Yeah I just checked the guide and you need a mirror. >From http://mav

Re: Using Maven Offline

2006-01-12 Thread Alexandre Poitras
Yeah I just checked the guide and you need a mirror. >From http://maven.apache.org/guides/mini/guide-mirror-settings.html: You want to replace a particular repository with your own internal repository which you have greater control over On 1/12/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I

Re: Using Maven Offline

2006-01-12 Thread Alexandre Poitras
I think you have to setup a mirror in your setting.xml files. This is how we use Maven-Proxy so shoud be the same to use your own repository. On 1/12/06, Paul Hepworth <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to set up Maven for multiple users on a network not connected > to the internet. >