2008/8/19 pfiction <[EMAIL PROTECTED]>: > Is there a way to force maven to not download maven-default-sking ?
That sounds like a bug. If you have a site.xml you can declare the skin and it's version explicitly that should work. > Or maybe > is there a way to force maven to not connect to outside world in online mode > ? Two ways: - redeclare each repository in the project with the same ID and set the updatePolicy to never for releases and snapshots if applicable - what I do is run a repository manager (Archiva) on my laptop so Maven can always be online and pointed at that > Or finalny is there a way to run changelog plugin in offline mode ? > > Best Regards, pfiction. > > > > > > > -- > View this message in context: > http://www.nabble.com/Maven-online-mode-tp19032617p19032617.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
