From e00bb9c450a8508b01965e1fd9aea88262797e7d Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 7 Dec 2017 13:53:57 +0000 Subject: [PATCH] Restored creation of jar-with-dependencies git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-orientdb-hooks@160165 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 2 +- pom.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 1a58420..7095a7c 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -2,7 +2,7 @@ - + Added modifiedBy in Header #9999 Added Propagation Constraint management on relations diff --git a/pom.xml b/pom.xml index 13ff144..0a62715 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,11 @@ org.apache.maven.plugins maven-assembly-plugin + + + jar-with-dependencies + + make-uberjar @@ -85,6 +90,12 @@ make-servicearchive install + + package + + single + +