Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ rm -fr ~/.m2
$ cd incubator-cloudstack
$ mvn install -P deps
$ ant clean-all build-all
$ ant deploy-server # ant deploy-server before you deploydb
$ ant deploydb # usual ant stuff :)

...