From 0cb0dc40cc4a0abf587a51c30c6de5314bdd4ea6 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 30 Mar 2023 12:15:26 +0200 Subject: [PATCH] revised pom --- CHANGELOG.md | 18 +++++++++++++ FUNDING.md | 26 +++++++++++++++++++ pom.xml | 73 ++++++++++++---------------------------------------- 3 files changed, 61 insertions(+), 56 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 FUNDING.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d1e851 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + +# Changelog for Custom Portal Handler + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [v2.1.1-SNAPSHOT] - 2023-03-30 + +- ported to git + +## [v1.8.0] - 2015-10-22 + +- Added method for retrieving Virtual Groups + +## [v1.0.0] - 2012-05-04 + +- First release diff --git a/FUNDING.md b/FUNDING.md new file mode 100644 index 0000000..6fa9eac --- /dev/null +++ b/FUNDING.md @@ -0,0 +1,26 @@ +# Acknowledgments + +The projects leading to this software have received funding from a series of European Union programmes including: + +- the Sixth Framework Programme for Research and Technological Development + - [DILIGENT](https://cordis.europa.eu/project/id/004260) (grant no. 004260). +- the Seventh Framework Programme for research, technological development and demonstration + - [D4Science](https://cordis.europa.eu/project/id/212488) (grant no. 212488); + - [D4Science-II](https://cordis.europa.eu/project/id/239019) (grant no.239019); + - [ENVRI](https://cordis.europa.eu/project/id/283465) (grant no. 283465); + - [iMarine](https://cordis.europa.eu/project/id/283644) (grant no. 283644); + - [EUBrazilOpenBio](https://cordis.europa.eu/project/id/288754) (grant no. 288754). +- the H2020 research and innovation programme + - [SoBigData](https://cordis.europa.eu/project/id/654024) (grant no. 654024); + - [PARTHENOS](https://cordis.europa.eu/project/id/654119) (grant no. 654119); + - [EGI-Engage](https://cordis.europa.eu/project/id/654142) (grant no. 654142); + - [ENVRI PLUS](https://cordis.europa.eu/project/id/654182) (grant no. 654182); + - [BlueBRIDGE](https://cordis.europa.eu/project/id/675680) (grant no. 675680); + - [PerformFISH](https://cordis.europa.eu/project/id/727610) (grant no. 727610); + - [AGINFRA PLUS](https://cordis.europa.eu/project/id/731001) (grant no. 731001); + - [DESIRA](https://cordis.europa.eu/project/id/818194) (grant no. 818194); + - [ARIADNEplus](https://cordis.europa.eu/project/id/823914) (grant no. 823914); + - [RISIS 2](https://cordis.europa.eu/project/id/824091) (grant no. 824091); + - [EOSC-Pillar](https://cordis.europa.eu/project/id/857650) (grant no. 857650); + - [Blue Cloud](https://cordis.europa.eu/project/id/862409) (grant no. 862409); + - [SoBigData-PlusPlus](https://cordis.europa.eu/project/id/871042) (grant no. 871042); \ No newline at end of file diff --git a/pom.xml b/pom.xml index 877591c..4512fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -18,14 +18,16 @@ It also contains utils from creating community and organization with their layouts into liferay portal. - scm:git:https://code-repo.d4science.org/gCubeSystem/custom-portal-handler.git - scm:git:https://code-repo.d4science.org/gCubeSystem/custom-portal-handler.git - https://code-repo.d4science.org/gCubeSystem/custom-portal-handler + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + https://code-repo.d4science.org/gCubeSystem/${project.artifactId} distro 1.7 - 1.7 + 1.8 6.2.5 UTF-8 UTF-8 @@ -35,7 +37,7 @@ org.gcube.distribution maven-portal-bom - LATEST + 3.6.4 pom import @@ -102,70 +104,29 @@ - - org.apache.maven.plugins - maven-assembly-plugin + maven-compiler-plugin - - ${distroDirectory}/descriptor.xml - + ${maven.compiler.source} + ${maven.compiler.target} - - - servicearchive - install - - single - - - + org.apache.maven.plugins - maven-resources-plugin - 2.5 + maven-jar-plugin - copy-profile - install - copy-resources - - - target - - - ${distroDirectory} - true - - profile.xml - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - -Xdoclint:none - - 3.1.0 - - - generate-doc - install - - jar + test-jar - + + + +