Versions Compared

Key

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

...

Step 2: Pull in the changes from the GitHub Pull Request and test the changes.  Note that in the example, the GitHub Pull Request is from the amihalik GitHub repo, and from the mihalik/RYA-3 branch.

git pull git@githubhttps://github.com:/amihalik/incubator-rya.git mihalik/RYA-3

Step 2.1: Test the changesLicense Requirements

mvn clean installapache-rat:check

Step 2.2: Test the License Requirementschanges

mvn apache-rat:checkclean install

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

...