From e09391b7d272ed5aba4bf16f49084c464f905236 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 31 Oct 2017 15:24:17 +0000 Subject: [PATCH] Refs #10165: Modify resource-registry-client pom.xml to use new make-servicearchive directive Task-Url: https://support.d4science.org/issues/10165 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@158066 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 31 ------------------------------- pom.xml | 22 +++++----------------- 2 files changed, 5 insertions(+), 48 deletions(-) delete mode 100644 distro/descriptor.xml diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index ba2c192..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,31 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - ${file.separator} - true - - README - LICENSE - changelog.xml - profile.xml - - 755 - true - - - - - target${file.separator}${build.finalName}.${project.packaging} - ${file.separator}${artifactId} - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 15deb02..d92feb8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,7 @@ maven-parent 1.0.0 + org.gcube.information-system resource-registry-client 1.5.0-SNAPSHOT @@ -44,34 +45,28 @@ - org.gcube.common authorization-client - org.gcube.resources.discovery ic-client - org.gcube.information-system resource-registry-api [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - org.gcube.information-system information-system-model - org.slf4j slf4j-api - - + junit junit @@ -90,23 +85,16 @@ test + org.apache.maven.plugins maven-assembly-plugin - - - ${distroDirectory}/descriptor.xml - - - servicearchive - install - - single - + make-servicearchive + package