From 0f5925e907ab8f37eefc29a1843f4beb6ba9f4a8 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 11 Aug 2016 13:03:40 +0200 Subject: HONEYCOMB-21 Common parents for minimal distributions Change-Id: Iaa2e3f80289444d1a965eaaebfdb4a77d1bea301 Signed-off-by: Maros Marsalek --- common/minimal-assembly-descriptor/pom.xml | 24 ++++++++++++ .../resources/assemblies/honeycomb-minimal.xml | 45 ++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 common/minimal-assembly-descriptor/pom.xml create mode 100644 common/minimal-assembly-descriptor/src/main/resources/assemblies/honeycomb-minimal.xml (limited to 'common/minimal-assembly-descriptor') diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml new file mode 100644 index 000000000..ff00fbb40 --- /dev/null +++ b/common/minimal-assembly-descriptor/pom.xml @@ -0,0 +1,24 @@ + + + + + io.fd.honeycomb.common + minimal-assembly-descriptor + 1.0.0-SNAPSHOT + ${project.artifactId} + 4.0.0 + + diff --git a/common/minimal-assembly-descriptor/src/main/resources/assemblies/honeycomb-minimal.xml b/common/minimal-assembly-descriptor/src/main/resources/assemblies/honeycomb-minimal.xml new file mode 100644 index 000000000..03f403b21 --- /dev/null +++ b/common/minimal-assembly-descriptor/src/main/resources/assemblies/honeycomb-minimal.xml @@ -0,0 +1,45 @@ + + + + hc + + tar.gz + zip + + + + ${project.build.directory} + + + ${project.artifactId}-${project.version}.jar + + + + ${project.build.directory}/lib + lib + + *.jar + + + + ${project.build.outputDirectory}/honeycomb-minimal-resources + + + + \ No newline at end of file -- cgit 1.2.3-korg