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,
Ben
Martin Skopp wrote:
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 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 "-Dmaven.repo.remote=". Without repos, maven is unable to download anything...
cu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
