Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Add support for configure destination directory of Maven #56

Open
frodoslaw opened this issue Mar 18, 2016 · 0 comments
Open

Add support for configure destination directory of Maven #56

frodoslaw opened this issue Mar 18, 2016 · 0 comments

Comments

@frodoslaw
Copy link

Add support for configure installation directory of Maven, insted of hardcoded /opt.

That includes: exec maven-untar:

exec { 'maven-untar':
      command => "tar xf /tmp/apache-maven-${version}-bin.tar.gz",
      cwd     => '/opt',
      creates => "/opt/apache-maven-${version}",
      path    => ['/bin','/usr/bin'],
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant