Re: Using Maven Offline

2008-08-27 Thread Antony Stubbs
ies within the Detica Group plc group of > companies. > > Detica Limited is registered in England under No: 1337451. > > Registered offices: Surrey Research Park, Guildford, Surrey, GU2 7YP, > England. > > > > - ___

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

Using Maven Offline

2006-01-12 Thread Paul Hepworth
Hi I'm trying to set up Maven for multiple users on a network not connected to the internet. I've run all the commands that we will need while connected to the net so that I have the plugins and dependencies downloaded. On a network drive //myserver/maven/repository I have placed all the download