Requirements
- GIT
- Maven2
- Java 1.6 JDK
- A working 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.
# git clone git://git.nordu.net/saml-md-aggregator.git
Build
Build the source using maven2
# 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.