From e4e0f12db37ce458e917f06d845cc5142883ec8f Mon Sep 17 00:00:00 2001 From: lucio Date: Thu, 3 Oct 2024 12:03:43 +0200 Subject: [PATCH] removed distro dir --- distro/LICENSE | 1 - distro/README | 62 ------------------------------------------- distro/changelog.xml | 13 --------- distro/descriptor.xml | 31 ---------------------- distro/profile.xml | 26 ------------------ pom.xml | 58 +++------------------------------------- 6 files changed, 3 insertions(+), 188 deletions(-) delete mode 100644 distro/LICENSE delete mode 100644 distro/README delete mode 100644 distro/changelog.xml delete mode 100644 distro/descriptor.xml delete mode 100644 distro/profile.xml diff --git a/distro/LICENSE b/distro/LICENSE deleted file mode 100644 index 3695e26..0000000 --- a/distro/LICENSE +++ /dev/null @@ -1 +0,0 @@ -${gcube.license} diff --git a/distro/README b/distro/README deleted file mode 100644 index bce2dfb..0000000 --- a/distro/README +++ /dev/null @@ -1,62 +0,0 @@ -The gCube System - ${name} --------------------------------------------------- - -${description} - - -${gcube.description} - -${gcube.funding} - - -Version --------------------------------------------------- - -${version} (${buildDate}) - -Please see the file named "changelog.xml" in this directory for the release notes. - - -Authors --------------------------------------------------- - -* Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy -* Fabio Simeoni (fabio.simeoni-AT-fao.org), FAO of the UN, Italy - -MAINTAINERS --------------------------------------------------- - -* Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy - -Download information --------------------------------------------------- - -Source code is available from SVN: - ${scm.url} - -Binaries can be downloaded from the gCube website: - ${gcube.website} - - -Installation --------------------------------------------------- - -Installation documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot} - -Documentation --------------------------------------------------- - -Documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot} -Support --------------------------------------------------- - -Bugs and support requests can be reported in the gCube issue tracking tool: - ${gcube.issueTracking} - - -Licensing --------------------------------------------------- - -This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml deleted file mode 100644 index 3541fb7..0000000 --- a/distro/changelog.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - MethodInterceptor added - AuthorizationInterceptor added - - - MethodInterceptor added - AuthorizationInterceptor added - - - First Release - - \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index e1fdf3f..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,31 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - / - true - - README - LICENSE - profile.xml - changelog.xml - - 755 - true - - - - - target/${build.finalName}.jar - /${artifactId} - - - diff --git a/distro/profile.xml b/distro/profile.xml deleted file mode 100644 index 91c49e4..0000000 --- a/distro/profile.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Service - - ${description} - Common - ${artifactId} - 1.0.0 - - - ${artifactId} - ${version} - - ${groupId} - ${artifactId} - ${version} - - - ${build.finalName}.jar - - - - - - diff --git a/pom.xml b/pom.xml index 7246d31..03e6535 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,8 @@ 2.0.0-SNAPSHOT - distro + 11 + 11 @@ -52,58 +53,5 @@ slf4j-api - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - copy-profile - install - - copy-resources - - - target - - - ${distroDirectory} - true - - profile.xml - - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - ${distroDirectory}/descriptor.xml - - - - - servicearchive - install - - single - - - - - - - + \ No newline at end of file