Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Requirements

The examples below assumes a linux/unix/macos environment. Windows should work also but you may have to install cygwin in order to get GIT to work.

Download the source

Download (clone) the GIT code repository.

Code Block
# git clone git://git.nordu.net/saml-md-aggregator.git

Build

Build the source using maven2

Code Block
# cd saml-md-aggregator
# mvn

If all goes well you should have a file target/saml-md-aggregator-standalone.jar which contains the standalone version. There should also be a target/saml-md-aggregator.war which you should be able to deploy in any servlet container.