Skip to content

Instantly share code, notes, and snippets.

@ffbit
Created November 7, 2012 10:29
Show Gist options
  • Select an option

  • Save ffbit/4030757 to your computer and use it in GitHub Desktop.

Select an option

Save ffbit/4030757 to your computer and use it in GitHub Desktop.
Building Offline with Maven

If you are temporarily disconnected from the internet and you need to build your projects offline you can use the offline switch on the CLI:

mvn -o package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment