From d4125cc7746462b84658611a8e999e970028c8e5 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Tue, 18 Feb 2014 11:00:51 +0000 Subject: [PATCH] added in pom maven resource-plugin for gcubeapp.xml version issue git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/whn-manager@91818 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/gcube-app.xml | 8 ++++++++ pom.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 distro/gcube-app.xml 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