hi kjohnston: On Fri, 22 Jun 2007 10:45:25 -0700 (PDT), kjohnston wrote > I'm having trouble getting Maven to build a project in offline mode. > Is there a step-by-step procedure document for this? > > Here's what I'd like to do: > - Set up a local file based repository with all the artifacts needed > to build - Run Maven in offline mode, configured to use just a > single, local repository >
Are you try this? *first option: mvn --help usage: mvn [options] [<goal(s)>] [<phase(s)>] Options: -o,--offline Work offline * second option: Config your setting.xml at $HOME/.m2/ or $MAVEN_DIR/bin/conf <offline>true</offline> regards, > Thanks > -- > View this message in context: http://www.nabble.com/Building-offline- > tf3966053s177.html#a11256959 Sent from the Maven - Users mailing > list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Manuel J. Recena Soto * www.manuelrecena.com[/blog] * [EMAIL PROTECTED] * +34 609710280 (ES) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
