From 9a62f4f61e5d672250c6335279a46258a7ab8b76 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Thu, 8 Feb 2024 18:05:37 -0600 Subject: [PATCH] Fixes #3654 - Add CLI Maven module (#3655) --- cli/pom.xml | 13 +++++++++++++ pom.xml | 1 + 2 files changed, 14 insertions(+) create mode 100644 cli/pom.xml diff --git a/cli/pom.xml b/cli/pom.xml new file mode 100644 index 0000000000..41417a2033 --- /dev/null +++ b/cli/pom.xml @@ -0,0 +1,13 @@ + + + + 4.0.0 + + cloud.piranha + project + 24.2.0-SNAPSHOT + + piranha-cli + jar + Piranha - CLI + diff --git a/pom.xml b/pom.xml index bd7cf51007..9bbab4772a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ arquillian bom classloader + cli core dist embedded