Re: maven.mode.online not working?

2004-09-30 Thread Shinobu Kawai
Hi Martin, > > The "maven -o jar:jar" works, but as for the others, > >maven -Dmaven.mode.online=false jar:jar > >set maven.mode.online to false in a property file > > maven just goes on and downloads the SNAPSHOT jars. > > As a workaround I suggest to diable all remote repos, use > "-

Re: maven.mode.online not working?

2004-09-30 Thread Ben Walding
Har you know I'm going to pimp maven-proxy! You could create a maven-proxy on an intranet server, give it no upstream providers, then set all your developer's maven installs to point at the proxy. Then only put the artifacts that you approve of in the maven-proxy's global repository. Cheers, B

Re: maven.mode.online not working?

2004-09-30 Thread Martin Skopp
On Wed, 2004-09-29 at 02:31, Shinobu Kawai wrote: > I'm trying to run maven in offline mode as in >http://maven.apache.org/reference/user-guide.html#Building_Offline > > The "maven -o jar:jar" works, but as for the others, >maven -Dmaven.mode.online=false jar:jar >set maven.mode.online

Re: maven.mode.online not working?

2004-09-28 Thread Brett Porter
> # Should I comment on the JIRA issue? :) Yes, please. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven.mode.online not working?

2004-09-28 Thread Shinobu Kawai
Hi Brett, > do you have the property specified as true somewhere else? perhaps in > ~/build.properties? Nowhere. > > The "maven -o jar:jar" works, but as for the others, > >maven -Dmaven.mode.online=false jar:jar > >set maven.mode.online to false in a property file > > maven just goes on

Re: maven.mode.online not working?

2004-09-28 Thread Brett Porter
do you have the property specified as true somewhere else? perhaps in ~/build.properties? On Wed, 29 Sep 2004 11:31:00 +0900, Shinobu Kawai <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to run maven in offline mode as in >http://maven.apache.org/reference/user-guide.html#Building_Offli

Re: maven.mode.online not working?

2004-09-28 Thread Shinobu Kawai
> I'm trying to run maven in offline mode as in >http://maven.apache.org/reference/user-guide.html#Building_Offline > > The "maven -o jar:jar" works, but as for the others, >maven -Dmaven.mode.online=false jar:jar >set maven.mode.online to false in a property file > maven just goes on

maven.mode.online not working?

2004-09-28 Thread Shinobu Kawai
Hi all, I'm trying to run maven in offline mode as in http://maven.apache.org/reference/user-guide.html#Building_Offline The "maven -o jar:jar" works, but as for the others, maven -Dmaven.mode.online=false jar:jar set maven.mode.online to false in a property file maven just goes on and d