Versions Compared

Key

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

Table of Contents

...

Code Block
$ git --version
git version 2.8.2

Make sure nodejs is version 16 or greater installed on your machine:

Code Block
$ node -v
v16.17.0

Build

Git clone the CDAP repository and the Hydrator plugins:

...

If you are using maven 3.8.1 and higher you will run into errors like below as maven blocks external HTTP repositories by default since version 3.8.1. To resolve this issue you will have to remove the maven-default-http-blocker mirror in the <mirrors> section in the settings.xml file located in your maven installation folder. For more information refer this (run ```mvn -version``` to find mvn directory).Else, you may also downgrade to a lower maven version. 

...