From 7a40ca85033af583efe30f2c46658743e969c543 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 24 Jun 2021 17:45:14 +0200 Subject: [PATCH] restored distor folder for packaging --- distro/descriptor.xml | 30 ++++++++++++++++++++++++++++++ pom.xml | 20 ++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 distro/descriptor.xml diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..a01bf47 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,30 @@ + + portal + + tar.gz + + / + + + ${distroDirectory} + /META-INF + true + + README + LICENSE + changelog.xml + + 755 + true + + + Portal-Bundle + / + true + 755 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 72dd379..ad6a578 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 7.0.62 + distro @@ -249,6 +250,25 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + false + + distro/descriptor.xml + + + + + portal + package + + single + + + +