RE: Antwort: RE: offline not truly offline?

2012-03-01 Thread Mirko Friedenhagen
> From: Matt Walsh > > Sent: Wednesday, February 29, 2012 8:56 AM > > To: Maven Users List > > Subject: RE: Antwort: RE: offline not truly offline? > > > > Nice. 4 years old. > > > > > -Original Message- > > > From: Thorsten Heit [mailto:t

RE: Antwort: RE: offline not truly offline?

2012-02-29 Thread Matt Walsh
Or it that 1 year old. Always get those yy/mm/dd vs dd/mm/yy confused. :-( > -Original Message- > From: Matt Walsh > Sent: Wednesday, February 29, 2012 8:56 AM > To: Maven Users List > Subject: RE: Antwort: RE: offline not truly offline? > > Nice. 4 years old.

RE: Antwort: RE: offline not truly offline?

2012-02-29 Thread Matt Walsh
Nice. 4 years old. > -Original Message- > From: Thorsten Heit [mailto:thorsten.h...@vkb.de] > Sent: Wednesday, February 29, 2012 2:35 AM > To: Maven Users List > Subject: Antwort: RE: offline not truly offline? > > Hi, > > > From my experience with the a

Re: RE: offline not truly offline?

2012-02-29 Thread Maven User
I hate to see jira's and go "Hmmm - well, it's documented, so I'll do nothing"... At the very least, I'll hack this up locally for us On Wed, Feb 29, 2012 at 4:34 AM, Thorsten Heit wrote: > Hi, > > > From my experience with the archetype plugin, it appears to ignore your > > company proxies

Antwort: RE: offline not truly offline?

2012-02-29 Thread Thorsten Heit
Hi, > From my experience with the archetype plugin, it appears to ignore your > company proxies and mirrors and always and only goes to repo1 unless you > tell it otherwise > using -DarchetypeCatalog=http://your.company.repo/ or > -DarchetypeCatalog=local > > I don't have a proxy, but I do h

Re: offline not truly offline?

2012-02-28 Thread Barrie Treloar
On Wed, Feb 29, 2012 at 7:12 AM, Wayne Fay wrote: >> From the looks of the documentation, this was by design. Doesn't mean it >> wasn't a bad design. ;-) > ... >> remote represents the >> http://repo1.maven.org/maven2/archetype-catalog.xml catalog file. > > Well sure, but when you tell Maven that

RE: offline not truly offline?

2012-02-28 Thread Matt Walsh
Agreed. > -Original Message- > From: Wayne Fay [mailto:wayne...@gmail.com] > Sent: Tuesday, February 28, 2012 1:43 PM > To: Maven Users List > Subject: Re: offline not truly offline? > > > From the looks of the documentation, this was by design. Doesn't mean

Re: offline not truly offline?

2012-02-28 Thread Wayne Fay
> From the looks of the documentation, this was by design. Doesn't mean it > wasn't a bad design. ;-) ... > remote represents the > http://repo1.maven.org/maven2/archetype-catalog.xml catalog file. Well sure, but when you tell Maven that you are offline, it should respect that and not attempt to r

RE: offline not truly offline?

2012-02-28 Thread Matt Walsh
the path/URL of a catalog file or of a directory containing an archetype-catalog.xml file. :equote > -Original Message- > From: Manfred Moser [mailto:manf...@mosabuam.com] > Sent: Tuesday, February 28, 2012 12:25 PM > To: Maven Users List > Subject: RE: offline not truly o

Re: offline not truly offline?

2012-02-28 Thread Maven User
Bravo - for the perfectly hysterical dead-pan reply about kitten punching, I shall go forth and seek the source I desire and fork it... On Tue, Feb 28, 2012 at 2:11 PM, Wayne Fay wrote: > > That makes me want to punch kittens. > > > > Shouldn't access be allowed/disallowed by the process running

RE: offline not truly offline?

2012-02-28 Thread Manfred Moser
al Message- >> From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On >> Behalf Of Anders Hammar >> Sent: Tuesday, February 28, 2012 11:11 AM >> To: Maven Users List >> Subject: Re: offline not truly offline? >> >> The problem with executi

Re: offline not truly offline?

2012-02-28 Thread Wayne Fay
> That makes me want to punch kittens. > > Shouldn't access be allowed/disallowed by the process running the plugins? Feel free to modify the Maven source code (and Archetype plugin code) to make this happen and contribute it back. Apparently no one prior to you has been inspired to do this work s

RE: offline not truly offline?

2012-02-28 Thread Matt Walsh
, 2012 11:11 AM > To: Maven Users List > Subject: Re: offline not truly offline? > > The problem with executing Maven offline is that not all plugins > respect that for plugin specific downloads. It's up to the plugin > author. I don't know about the archetype plugin, but

Re: offline not truly offline?

2012-02-28 Thread Maven User
That makes me want to punch kittens. Shouldn't access be allowed/disallowed by the process running the plugins? On Tue, Feb 28, 2012 at 1:10 PM, Anders Hammar wrote: > The problem with executing Maven offline is that not all plugins > respect that for plugin specific downloads. It's up to the p

Re: offline not truly offline?

2012-02-28 Thread Maven User
We see this behavior with 3.0.3 and 3.0.4. On Tue, Feb 28, 2012 at 1:10 PM, Wayne Fay wrote: > > [INFO] Generating project in Interactive mode > > [DEBUG] Searching for remote catalog: > > http://repo1.maven.org/maven2/archetype-catalog.xml > > What version of Maven are you using? > > Wayne > >

Re: offline not truly offline?

2012-02-28 Thread Wayne Fay
> [INFO] Generating project in Interactive mode > [DEBUG] Searching for remote catalog: > http://repo1.maven.org/maven2/archetype-catalog.xml What version of Maven are you using? Wayne - To unsubscribe, e-mail: users-unsubscr...

Re: offline not truly offline?

2012-02-28 Thread Anders Hammar
The problem with executing Maven offline is that not all plugins respect that for plugin specific downloads. It's up to the plugin author. I don't know about the archetype plugin, but I'm pretty sure the Cargo plugin (for example) doesn't care about that flag and still tries to go out on the Intern

Re: offline not truly offline?

2012-02-28 Thread Maven User
Yeah, just did it again just to make sure: "mvn archetype:generate -X -e -o" [INFO] Generating project in Interactive mode [DEBUG] Searching for remote catalog: http://repo1.maven.org/maven2/archetype-catalog.xml Lies? On Tue, Feb 28, 2012 at 11:16 AM, Wayne Fay wrote: > > When passing "m

Re: offline not truly offline?

2012-02-28 Thread Maven User
I'd be VERY happy to be wrong. When I run "mvn archetype:generate -o" I can see it reaching out to repo1. We have a corporate proxy here and w/o that configured, maven simply tries to build up the archetype catalog from its local repository instead. How do I know mvn is lying like you suggest?

Re: offline not truly offline?

2012-02-28 Thread Wayne Fay
> When passing "mvn archetype:generate" the -o flag, I can see it's reaching > out to repo1 still. How can you "see" this? Are you using a network sniffer or just going by what the Maven logs show? > It seems offline mode isn't truly offline. I'm pretty sure you are wrong about this. > Am I mis