Versions Compared

Key

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

Setting Up, Configuring, and Using Maven

The Java-based Shibboleth products use Maven in order to build, package, deploy and report on projects. This document will explain how to configure and use Maven within our projects . Note, this is not a general guide to Maven. For such information you need to refer to the Maven website.and is geared towards the developers working on the Shibboleth Project. For those simply working with the code, see MavenRepositoriesto configure Maven to access our artifacts. They are not available from Maven Central and never have been, per Use of Maven Central

Installation

  1. Download and expand the latest Maven v3 V3 package

  2. Add the bin directory, found in the apache-maven-3.x.x directory, to your path

...