From 2f431466d5c1d7b6254514d14e11e4c61afa3fce Mon Sep 17 00:00:00 2001 From: mrizzi Date: Thu, 29 Nov 2018 17:49:18 +0100 Subject: [PATCH] Added a multi module pom.xml to build the CLI and a (poor) solution to unzip at the end --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..de28da0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + me.mrizzi + windup-builder + 1.0-SNAPSHOT + pom + windup-builder + + + ../windup + ../windup-rulesets + ../windup-distribution + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + unzip RHAMT CLI + package + + + + + + + + run + + + + + + +