Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
NOTE:  We are now using GIT.  Please reference this guid for setting up, but not downloading the VIVO Harvester Source

 

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.

You may also prefer to use one of the Eclipse plugins for SVN.

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