Re: Can't use maven2 (offline)

2008-08-27 Thread Antony Stubbs
Somre 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/ Eric Parpal wrote: My working network has no connection to internet (no way). I download and copied the part of www.ibiblio.org/maven2

Re: Can't use maven2 (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/ Eric Parpal wrote: My working network has no connection to internet (no way). I download and copied the part of www.ibiblio.org/maven2 that

Can't use maven2 (offline)

2005-11-17 Thread Eric Parpal
I'm back. First, thank you for your answers. Sorry to say this but the more I try it, the more I find it strange (under linux) ... and I can't start using a tool with such questions haunting me. Question 1 : I work under Linux (this could be important because I never succeeded in using the

RE: Can't use maven2 (offline)

2005-11-09 Thread Jörg Schaible
Brett Porter wrote on Wednesday, November 09, 2005 12:55 AM: If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin repository is where a plugin is searched for, a normal repository is for all other dependencies and

Re: Can't use maven2 (offline)

2005-11-09 Thread Brett Porter
Yes, that should work actually. - Brett On 11/9/05, Jörg Schaible [EMAIL PROTECTED] wrote: Brett Porter wrote on Wednesday, November 09, 2005 12:55 AM: If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin

Re: Can't use maven2 (offline)

2005-11-08 Thread Eric Parpal
Offline actually avoids all remote repositories (even file ones, as they might be on a shared drive). But I had said that offline=false. So, I don't understand why my defined repository is ignored. On 11/8/05, Eric Parpal [EMAIL PROTECTED] wrote: I tried with offline=false and

Re: Can't use maven2 (offline)

2005-11-08 Thread Brett Porter
If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin repository is where a plugin is searched for, a normal repository is for all other dependencies and extensions. On 11/8/05, Eric Parpal [EMAIL PROTECTED] wrote:

Can't use maven2 (offline)

2005-11-07 Thread Eric Parpal
My working network has no connection to internet (no way). I download and copied the part of www.ibiblio.org/maven2 that seemed to me necessary to launch the first command of the Quick Start (mvn archetype:create), let's say under file:/mypath/ibiblio/maven2. I tried several things, one by one,

Re: Can't use maven2 (offline)

2005-11-07 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My initial guess is that since you have offline/ set to true, it's not accessing any remote repositories at all, regardless of whether it's got a local mirror. Have you tried with the local mirror and offline==false? What files did you copy over?

Can't use maven2 (offline)

2005-11-07 Thread Eric Parpal
I tried with offline=false and file:///mypath/ibiblio/maven2 (in settings.xml and in the command line). Always the same message. Finally, are you sure you got all the dependencies of the archetype plugin and the archetype artifact itself? No I am not sure because no message warns me. The

Re: Can't use maven2 (offline)

2005-11-07 Thread Brett Porter
Offline actually avoids all remote repositories (even file ones, as they might be on a shared drive). - Brett On 11/8/05, Eric Parpal [EMAIL PROTECTED] wrote: I tried with offline=false and file:///mypath/ibiblio/maven2 (in settings.xml and in the command line). Always the same message.