From 2832b40fc70653a17839eb6be90064e530fff6d7 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 12 Jul 2019 09:53:05 -0400 Subject: [PATCH] New templates for descriptor.xml and profile.xml. --- descriptor.xml | 30 ++++++++++++++++++++++++++++++ profile.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 descriptor.xml create mode 100644 profile.xml diff --git a/descriptor.xml b/descriptor.xml new file mode 100644 index 0000000..844962e --- /dev/null +++ b/descriptor.xml @@ -0,0 +1,30 @@ + + servicearchive + + tar.gz + + / + + + . + / + true + + README.md + LICENSE.md + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + \ No newline at end of file diff --git a/profile.xml b/profile.xml new file mode 100644 index 0000000..3452ecb --- /dev/null +++ b/profile.xml @@ -0,0 +1,28 @@ + + + + Library|Service + + ${project.description} + ... + ${project.name} + 1.0.0 + + + ${project.name} + ${project.description} + ${version} + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + ${project.build.finalName}.${project.packaging} + + + + + + +