BIGTOP-2433: mvn is missing in Bigtop Toolchain

Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/04a71c23
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/04a71c23
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/04a71c23

Branch: refs/heads/BIGTOP-2253
Commit: 04a71c23191e2d3f62b7010550cb8365cab26b05
Parents: 868fd7e
Author: Olaf Flebbe <o...@oflebbe.de>
Authored: Wed May 18 08:51:04 2016 +0200
Committer: Olaf Flebbe <o...@oflebbe.de>
Committed: Wed May 18 08:51:04 2016 +0200

----------------------------------------------------------------------
 bigtop_toolchain/manifests/maven.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/04a71c23/bigtop_toolchain/manifests/maven.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/maven.pp 
b/bigtop_toolchain/manifests/maven.pp
index dbdcbd0..8bc02a4 100644
--- a/bigtop_toolchain/manifests/maven.pp
+++ b/bigtop_toolchain/manifests/maven.pp
@@ -26,7 +26,7 @@ class bigtop_toolchain::maven {
 
   exec {"/bin/tar xvzf /usr/src/$mvn-bin.tar.gz":
     cwd         => '/usr/local',
-    refreshonly => true,
+    creates     => "/usr/local/$mvn",
     require     => Exec["/usr/bin/wget 
$apache_prefix/maven/maven-3/$mvnversion/binaries/$mvn-bin.tar.gz"],
   }
   

Reply via email to