From 2a0fb3fa3cee02aba161776b2315369b8297a970 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 31 Oct 2017 15:50:45 +0000 Subject: [PATCH] Refs #10169: Modify smart-executor-api pom.xml to use new make-servicearchive directive Task-Url: https://support.d4science.org/issues/10169 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@158070 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 29 ---------------------------- pom.xml | 45 +++---------------------------------------- 2 files changed, 3 insertions(+), 71 deletions(-) delete mode 100644 distro/descriptor.xml diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index c3989bf..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,29 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - ${file.separator} - true - - README - LICENSE - changelog.xml - profile.xml - - 755 - true - - - - - target${file.separator}${build.finalName}.jar - ${artifactId} - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index dde3987..5c9338e 100644 --- a/pom.xml +++ b/pom.xml @@ -59,8 +59,6 @@ quartz 2.2.1 - - com.fasterxml.jackson.core jackson-databind @@ -73,8 +71,7 @@ com.fasterxml.jackson.core jackson-core - - + junit junit @@ -87,56 +84,20 @@ 1.0.13 test - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - copy-profile - install - - copy-resources - - - target - - - ${distroDirectory} - true - - profile.xml - - - - - - - org.apache.maven.plugins maven-assembly-plugin - - - ${distroDirectory}/descriptor.xml - - - servicearchive - install - - single - + make-servicearchive + package - \ No newline at end of file