From 50edc71829407ae24ef9ea473148d1d611650e41 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 5 Dec 2019 16:59:10 +0100 Subject: [PATCH] Fixed distro files and pom --- README.md | 9 ++++----- descriptor.xml | 34 ---------------------------------- pom.xml | 23 +++++------------------ profile.xml | 27 --------------------------- 4 files changed, 9 insertions(+), 84 deletions(-) delete mode 100644 descriptor.xml delete mode 100644 profile.xml diff --git a/README.md b/README.md index 2db3bfe..830bee6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# gCube Catalogue Service +# Resource Registry Service -This service allows any client to publish on the gCube Catalogue. +The Resource Registry is a web-service which represent the core component of the gCube Information System ## Built With @@ -25,10 +25,9 @@ Tell people how to cite this software. * Cite an associated paper? * Use a specific BibTeX entry for the software? - - @Manual{, + @software{, title = {gCube Resource Registry Service}, - author = {{Frosini, Luca}}, + author = {Frosini, Luca}, organization = {ISTI - CNR}, address = {Pisa, Italy}, year = 2019, diff --git a/descriptor.xml b/descriptor.xml deleted file mode 100644 index d3fcb34..0000000 --- a/descriptor.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - servicearchive - - tar.gz - - / - - - . - ${file.separator} - true - - README.md - LICENSE.md - gcube-app.xml - changelog.xml - profile.xml - - 755 - true - - - - - target${file.separator}${build.finalName}.${project.packaging} - ${file.separator}${project.artifactId} - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 96dde44..de8f7ef 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ org.gcube.information-system resource-registry 2.1.0-SNAPSHOT - Resource Registry - Resource Registry + Resource Registry Service + The Resource Registry is a web-service which represent the core component of the gCube Information System war @@ -104,7 +104,7 @@ - + org.apache.maven.plugins @@ -128,7 +128,6 @@ LICENSE.md README.md - web.xml gcube-app.xml changelog.xml @@ -138,28 +137,16 @@ - - - org.apache.maven.plugins maven-assembly-plugin - - - descriptor.xml - - - servicearchive - install - - single - + make-servicearchive + package - diff --git a/profile.xml b/profile.xml deleted file mode 100644 index e357af3..0000000 --- a/profile.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Service - - ${project.description} - ${serviceClass} - ${project.artifactId} - 1.0.0 - -
- ${project.artifactId} - ${project.version} - ${project.description} - - ${project.groupId} - ${project.artifactId} - ${project.version} - - - ${build.finalName}.${project.packaging} - -
-
-
-
\ No newline at end of file