Versions Compared

Key

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

You may want to read how the SVN Structure is organized before checking out. Check out the Trunk, _ Branches _ and _ Tags article for more information.

...

Checkout

  1. Ensure Maven is installed
  2. Checkout from SVN

    No Format
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/trunk harvester
  3. cd to trunk directory

    No Format
    cd trunk
  4. Run to build

    No Format
    mvn clean dependency:copy-dependencies package

Options

  1. Use -DskipTests=true to optionally skip tests while building, ie

    No Format
    mvn clean dependency:copy-dependencies package -DskipTests=true
  2. You can subsititue checking out trunk for the another branch, ie

    No Format
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/branches/branch-name harvester_branch-name