Hello, Also you could download all dependencies by dependency plugin and then go offline. Read more there http://maven.apache.org/plugins/maven-dependency-plugin/go-offline-mojo.html [?] And then run maven with -o or --offline parameter. 2009/7/28 Nick Stolwijk <[email protected]>
> With the -o option you can tell maven to work offline. It is required > that all the plugins and dependencies are already in your local > repository. > > Hth, > > Nick Stolwijk > ~Java Developer~ > > IPROFS BV. > Claus Sluterweg 125 > 2012 WS Haarlem > http://www.iprofs.nl > > > > On Tue, Jul 28, 2009 at 11:39 AM, siva manoharan<[email protected]> wrote: > > > > Hi, > > > >>>I ve installed MAVEN,while trying to run a simple command,it says" > > org.apache.maven.plugins" could not be retrieved from the > > repository...Repository central wil be blacklisted. > > > >>>I cant download every time it builds. > >>>What the steps to work offlline. > > > > -- > > View this message in context: > http://www.nabble.com/MAVEN-Working-offline.-tp24695882p24695882.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] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
