diff --git a/distro/gcube-app.xml b/distro/gcube-app.xml new file mode 100644 index 0000000..ae5a461 --- /dev/null +++ b/distro/gcube-app.xml @@ -0,0 +1,12 @@ + + ICProxy + DataAccess + ${version} + icproxy webapp + + + /ServiceEndpoint/* + + diff --git a/distro/web.xml b/distro/web.xml new file mode 100644 index 0000000..78214bc --- /dev/null +++ b/distro/web.xml @@ -0,0 +1,9 @@ + + + org.gcube.informationsystem.icproxy.ICProxy + + + org.gcube.informationsystem.icproxy.ICProxy + /gcube/service/* + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9a8ce1d..2c52b31 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,8 @@ - distro + ${project.basedir}/src/main/webapp/WEB-INF + ${project.basedir}/distro @@ -156,6 +157,30 @@ false + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + copy-profile + + copy-resources + + process-resources + + ${webappDirectory} + + + ${distroDirectory} + true + + + + + + + org.apache.maven.plugins maven-assembly-plugin