Versions Compared

Key

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

...

The source code is available using git from git://git.nordu.net/saml-md-aggregator.git.

Building from source

Building from source requires

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

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

Download (clone) the GIT code repository.

...

See Bulding from Source for information on how to build the saml-md-aggregator

...

Build application from the source using maven2 code

...


# 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.

Contributing

Any reasonable patches will be considered! Contributors will be required to sign the NORDUnet contributors agreement which guarantees that your contribution will be available under the NORDUnet BSD license.

...