From 2a9996ae75521504020f171f68848974aad80ca6 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 11 Dec 2019 17:35:11 +0100 Subject: [PATCH] ref 18190: Configure SAI and DM to support KNIME 4.1 https://support.d4science.org/issues/18190 Updated to support Knime-Workflow 4.1 --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pom.xml b/pom.xml index 6d85f37..d98b596 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,40 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + copy-profile + + copy-resources + + process-resources + + $***REMOVED***webappDirectory***REMOVED*** + + + $***REMOVED***project.basedir***REMOVED*** + true + + src + + + LICENSE.md + README.md + gcube-app.xml + changelog.xml + profile.xml + + + + + + + + org.apache.maven.plugins maven-assembly-plugin