Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updates since Nexus is no longer public

Testing assistance is always welcome. If you're able to spend time testing the software, or simply verifying that your system continues to function after upgrade, you can find the latest build of the IdP in our maven repository in this directory:

https://build.shibboleth.net/maven/releasessnapshots/net/shibboleth/idp/idp-distribution/

The latest SNAPSHOT tree will generally be at the bottom of the directory listing with the most recent date and the highest version available. Within each snapshot directory, a month's worth of builds are available in dated snapshots, in both zip and tar.gz format. In all other respects apart from the filename, these builds are identical to the standard installers we release officially and can be installed in the usual fashion by unpacking and running the install script.

...

Latest IdP snapshot (Windows line endings)
Code Block
languagebash
wgetmvn dependency:get --content-disposition "DremoteRepositories=https://build.shibboleth.net/nexus/service/local/artifact/maven/content?r=snapshots&gsnapshots -Dartifact=net.shibboleth.idp&a=:idp-distribution&v=LATEST&p=zip":5.0.0-SNAPSHOT:zip -Dtransitive=false
mvn dependency:copy -Dartifact=net.shibboleth.idp:idp-distribution:5.0.0-SNAPSHOT:zip -DoutputDirectory=./
Latest IdP snapshot (Unix line endings)
Code Block
languagebash
wgetmvn dependency:get --content-disposition "DremoteRepositories=https://build.shibboleth.net/nexus/service/local/artifact/maven/content?r=snapshots&gsnapshots -Dartifact=net.shibboleth.idp&a=:idp-distribution&v=LATEST&p=tar.gz":5.0.0-SNAPSHOT:tar.gz -Dtransitive=false
mvn dependency:copy -Dartifact=net.shibboleth.idp:idp-distribution:5.0.0-SNAPSHOT:tar.gz -DoutputDirectory=./

At the moment, we do not have regular builds of the Windows installer available, but any we make available can be found in:

...