Skip to content

lsst-it/puppet-maven

Repository files navigation

maven

CI markdownlint shellcheck yamllint

Table of Contents

  1. Description
  2. Setup - The basics of getting started with maven
  1. Usage - Configuration options and additional functionality
  2. Reference - An under-the-hood peek at what the module is doing and how

Description

Installs maven (mvn) from Apache official binary tarball releases.

Setup

What maven affects

  • unpacks tarballs under /opt/maven
  • creates /etc/profile.d/maven.sh

Setup Requirements OPTIONAL

None.

Usage

Basic Example

include maven

Pedantic Example

classes:
  - "maven"

maven::version: "3.6.3"
maven::base_path: "/opt/maven"
maven::url: ~

Reference

See REFERENCE.