Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2013 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6118671 to your computer and use it in GitHub Desktop.
Save anonymous/6118671 to your computer and use it in GitHub Desktop.
neo4j build errors
% git clone git@github.com:neo4j/neo4j.git
% cd neo4j
% git branch
* master
% git branch -b 2.0 origin/2.0
% git branch
* 2.0
master
% git branch -a
* 2.0
master
remotes/origin/1.5-maint
remotes/origin/1.6-maint
remotes/origin/1.7-maint
remotes/origin/1.8-maint
remotes/origin/1.9-maint
remotes/origin/2.0
remotes/origin/2.0-jetty-9
remotes/origin/HEAD -> origin/master
remotes/origin/master
% mvn clean install -DminimalBuild -Dmaven.test.skip=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment