From a945d82b5862be741f33f4b282e7dc56d51a663f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 30 Oct 2017 13:44:13 +0000 Subject: [PATCH] fixed distro directory git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@158002 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 8 +++++--- distro/profile.xml | 13 +++++++------ 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/distro/descriptor.xml b/distro/descriptor.xml index df3081a..ba2c192 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,5 +1,7 @@ - + servicearchive tar.gz @@ -22,7 +24,7 @@ - target${file.separator}${build.finalName}.war + target${file.separator}${build.finalName}.${project.packaging} ${file.separator}${artifactId} diff --git a/distro/profile.xml b/distro/profile.xml index e7a30cf..0e765e0 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -1,12 +1,12 @@ - + Service - ${serviceClass} - ${name} ${description} + ${serviceClass} + ${artifactId} 1.0.0
@@ -18,9 +18,10 @@ ${artifactId} ${version} + + ${build.finalName}.${project.packaging} +
-
- - + \ No newline at end of file