mvn dependency:go-offline seems like it does what you're after? Regards
Brian On 29 September 2010 00:32, Greg Akins <[email protected]> wrote: > I'm trying to use some spare time to update the Maven FAQ Wiki > > In that document, an unanswered question is: > > "How about making sure all files needed are available so I can run > disconnected?" > > My first impression is to run the goals successfully before running > disconnected (mvn -o goal). > > However, it occurs to me that there might be a way to use the > dependency goal, or something else to make sure that all dependencies > are available, even those for targets that aren't commonly run. I'm > thinking of something along the line of download all dependencies > instead of just those associated with a single goal. > > Does that make sense? Or is my first impression correct? > > -- > Greg Akins > > http://insomnia-consulting.org > http://www.pghcodingdojo.org > http://pittjug.dev.java.net > http://twitter.com/akinsgre > http://www.linkedin.com/in/akinsgre > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
