diff --git a/distro/gcube-app.xml b/distro/gcube-app.xml new file mode 100644 index 0000000..d9cecd6 --- /dev/null +++ b/distro/gcube-app.xml @@ -0,0 +1,8 @@ + + WhnManager + VREManagement + ${version} + Web Hosting Node Service + + + diff --git a/pom.xml b/pom.xml index e49d792..08a6390 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,10 @@ whn-manager 1.0.0-SNAPSHOT war + + ${project.basedir}/src/main/webapp/WEB-INF + ${project.basedir}/distro + @@ -71,6 +75,35 @@ + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + copy-profile + + copy-resources + + process-resources + + ${webappDirectory} + + + ${distroDirectory} + + gcube-app.xml + + true + + + + + + org.apache.maven.plugins maven-war-plugin