From 2e57ccd3044e1ebad170a36f1022a1fa45ecea92 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 5 Dec 2019 15:27:21 +0100 Subject: [PATCH] Fixed pom --- pom.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 8e1f9a5..96dde44 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ UTF-8 - ${project.basedir}/src/main/webapp/WEB-INF - ${project.basedir}/distro + ${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF InformationSystem @@ -121,32 +120,46 @@ ${webappDirectory} - ${distroDirectory} + ${project.basedir} true + + src + + + LICENSE.md + README.md + web.xml + gcube-app.xml + changelog.xml + + + + org.apache.maven.plugins - maven-war-plugin + maven-assembly-plugin - ${artifactId} - false - + + descriptor.xml + servicearchive install - war + single +