Versions Compared

Key

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

...

Requirements

  • GIT
  • Maven2
  • Java 1.6 JDK
  • A working internet Internet connection (to download dependencies during the build process)

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

...