Versions Compared

Key

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

...

Step 2.2: Test the changes

mvn clean install

or better, include geo and integration tests and save in a new log file for examination:

mvn clean install -P geoindexing -P enable-it  -l /tmp/rya$(date +%Y%m%d%H%M).log &

less +F /tmp/rya<tab><tab>

Step 3: Merge the changes into master, and push changes to Apache.

...