maestrodev / puppet-maven

A puppet recipe for Apache Maven, to download artifacts from a Maven repository, install Maven, configure settings.xml,...
http://www.maestrodev.com
Apache License 2.0
73 stars 77 forks source link

bump to maven default 3.2.5 #42

Closed ghost closed 9 years ago

ghost commented 9 years ago

could not get puppet to override class maven:maven version so bumped it local, did you test this ? any guidance ?

carlossg commented 9 years ago

it can easily be overridden with

  class { "maven::maven":
    version => "3.0.5", # version to install

or using hiera maven::maven::version: 3.2.5

ghost commented 9 years ago

I tried that puppet complained that is was already initialized in init.pp, also seem the maven > 3.2.2 distribution location has changed.

carlossg commented 9 years ago

you have to put it before any other calls to maven:maven