From d9e90d51a5d96f62311bd5a11c6ef6c8c0e327d7 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 6 Aug 2020 17:33:18 +0200 Subject: [PATCH] gcube-app.xml has been moved to gcube/extra-resources/WEB-INF thanks to the new feature available in maven-parent. The section in the pom which did such a job has been removed because it is not needed anymore. --- gcube-app.xml | 10 ------ gcube/extra-resources/WEB-INF/gcube-app.xml | 9 ++++++ pom.xml | 35 --------------------- 3 files changed, 9 insertions(+), 45 deletions(-) delete mode 100644 gcube-app.xml create mode 100644 gcube/extra-resources/WEB-INF/gcube-app.xml diff --git a/gcube-app.xml b/gcube-app.xml deleted file mode 100644 index 0c780c8..0000000 --- a/gcube-app.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - ${project.artifactId} - ${serviceClass} - ${project.version} - ${project.description} - - - diff --git a/gcube/extra-resources/WEB-INF/gcube-app.xml b/gcube/extra-resources/WEB-INF/gcube-app.xml new file mode 100644 index 0000000..19503bc --- /dev/null +++ b/gcube/extra-resources/WEB-INF/gcube-app.xml @@ -0,0 +1,9 @@ + + + + ${project.artifactId} + ${serviceClass} + ${project.version} + ${project.description} + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8fa2d0d..8500fae 100644 --- a/pom.xml +++ b/pom.xml @@ -168,39 +168,4 @@ test - - - - org.apache.maven.plugins - maven-resources-plugin - - - copy-profile - - copy-resources - - process-resources - - ${webappDirectory} - - - ${project.basedir} - true - - src - - - CHANGELOG.md - LICENSE.md - README.md - gcube-app.xml - - - - - - - - - \ No newline at end of file