From 730b13b29a9242ee5682bb9b80191b957e61d731 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Wed, 16 Mar 2016 11:18:45 +0000 Subject: [PATCH] Pom fix (added maven-assembly-plugin that was missed) git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@125423 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index f5ce866..b885677 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,25 @@ maven-resources-plugin 2.5 + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + +