From d773ede89a9bceca5fa93d5523dfc85106b87a2b 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 8c6f281..9bb2814 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 + + ${webappDirectory} + + + ${project.basedir} + true + + src + + + LICENSE.md + README.md + gcube-app.xml + changelog.xml + profile.xml + + + + + + + + org.apache.maven.plugins maven-assembly-plugin