The OpenSAML V2 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Building the OpenSAML 2 Library

Build Basics

The OpenSAML 2 library uses the maven build tool, which provides the following useful commands (among many others):

  • clean - removes all the build generated content
  • javadoc:javadoc - generated the Javadoc for the library and places in it the target/site/apidocs directory
  • test - runs the available unit tests and places the results in the target/surefire-reports directory
  • package - generates the OpenSAML distribution packages and places them in the target directory

Targeting JDK 1.4

JDK 1.4 builds are currently disabled for the moment, but will return shortly.

  • No labels