Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: We are already in trunk dir, so we cant change the directory to trunk

...

Code Block
mkdir droids
cd droids
svn co https://svn.apache.org/repos/asf/incubator/droids/trunk .
cd trunk

Build

Create a distribution (all components of droids will be build) and install them to your local maven repository (usually ~/.m2/repository) with the following command.

...