From 740d2de943231bb0d2e629589c4fcbb58c5d80d2 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 31 Mar 2023 14:59:44 +0200 Subject: [PATCH] removed distro folder --- distro/LICENSE | 1 - distro/README | 62 ---------------------------------------------- distro/profile.xml | 25 ------------------- pom.xml | 42 ------------------------------- 4 files changed, 130 deletions(-) delete mode 100644 distro/LICENSE delete mode 100644 distro/README delete mode 100644 distro/profile.xml diff --git a/distro/LICENSE b/distro/LICENSE deleted file mode 100644 index 2d9616a..0000000 --- a/distro/LICENSE +++ /dev/null @@ -1 +0,0 @@ -${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README deleted file mode 100644 index b13a32d..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 --------------------------------------------------- - -* Massimiliano Assante (massimiliano.assante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - -Maintainers ------------ - -* Massimiliano Assante (massimiliano.assante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (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. \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml deleted file mode 100644 index b2d398d..0000000 --- a/distro/profile.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Service - - gCube My VREs Portlet - PortletUser - ${artifactId} - ${version} - - - ${artifactId} - ${version} - - ${groupId} - ${artifactId} - ${version} - - - target/${build.finalName}.war - - - - - diff --git a/pom.xml b/pom.xml index 88c91e2..cc49a50 100644 --- a/pom.xml +++ b/pom.xml @@ -129,31 +129,10 @@ provided - ${webappDirectory}/WEB-INF/classes - - - org.codehaus.mojo - buildnumber-maven-plugin - 1.4 - - - useLastCommittedRevision - validate - - create - - - - - false - false - - - org.codehaus.mojo @@ -178,7 +157,6 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 compile @@ -194,31 +172,11 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 ${maven.compiler.source} ${maven.compiler.target} - - - org.apache.maven.plugins - maven-assembly-plugin - - - descriptor.xml - - - - - servicearchive - install - - single - - - - org.apache.maven.plugins maven-javadoc-plugin