From ad02b25167597a203ebc96ca3827a5783e235085 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 23 Nov 2016 12:14:49 -0800 Subject: [PATCH] Add mvn package task. May be useful for local testing --- concourse/tasks/mvn-package.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/concourse/tasks/mvn-package.yml b/concourse/tasks/mvn-package.yml index 06141f4f3..aa1ffc9e2 100644 --- a/concourse/tasks/mvn-package.yml +++ b/concourse/tasks/mvn-package.yml @@ -1,3 +1,13 @@ +# This is meant to be run as a local task +# I.e. you upload the code from local hd and +# It gets built in concourse ci +# +# To run it: +# +# - cd to the top of sts4 git repo on your machine +# - git clean -fxd (to avoid sending stuff that's not needed like locally built crap in maven target dirs) +# Caution! This command may delete files you may still want (if they are new and not yet tracked by git) +# - fly -t tools execute -c concourse/tasks/mvn-package.yml --- platform: linux