Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified step about filling in <version> by being specific & providing an example.

...

  1. Download this project template setup and extract it
  2. Edit the included pom.xml
    1. Fill in the <groupId>, <artifactId>, <version>, <name> elements (found as a child children of <project>)
    2. Fill in the <version> element of the shibboleth-identityprovider dependency with the appropriate Shibboleth IdP version, e.g. "2.4.0" (found as a child descendant of <project>/<dependencies>/<dependency>)
  3. Optionally, within pom.xml uncomment some or all of the project metadata section at the bottom of the file and fill it in with the appropriate information

...