From 38ff01af52efd37bf8ddf36f8a309010cd1dbbc7 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 3 Sep 2020 16:23:19 +0200 Subject: [PATCH] gCube Project Template --- CHANGELOG.md | 2 +- FUNDING.md | 26 ++++++++++++++++++++++++++ distro/changelog.xml | 16 ---------------- distro/descriptor.xml | 30 ------------------------------ distro/gcube-app.xml | 11 ----------- distro/profile.xml | 27 --------------------------- pom.xml | 22 ++-------------------- 7 files changed, 29 insertions(+), 105 deletions(-) create mode 100644 FUNDING.md delete mode 100644 distro/changelog.xml delete mode 100644 distro/descriptor.xml delete mode 100644 distro/gcube-app.xml delete mode 100644 distro/profile.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index ff77e5c..c7e3a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for org.gcube.data.transfer.data-transfer-service -## Unreleased [v2.0.7-SNAPSHOT] [r5.0.0] 2020-07-16 +## Unreleased [v2.0.7-SNAPSHOT] 2020-07-16 ### Fixes diff --git a/FUNDING.md b/FUNDING.md new file mode 100644 index 0000000..9e48b94 --- /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); diff --git a/distro/changelog.xml b/distro/changelog.xml deleted file mode 100644 index c9e5fed..0000000 --- a/distro/changelog.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - First Release - - - Added Destination - Added Plugin - - - Improved plugin management - Endorsed decompress-plugin - - - Added REST interface for upload/download/getFileDescriptor - - \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index dc46ade..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,30 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - / - true - - README - LICENSE - changelog.xml - - 755 - true - - - - - target/${build.finalName}.${project.packaging} - /${artifactId} - - - \ No newline at end of file diff --git a/distro/gcube-app.xml b/distro/gcube-app.xml deleted file mode 100644 index e3adfda..0000000 --- a/distro/gcube-app.xml +++ /dev/null @@ -1,11 +0,0 @@ - - data-transfer-service - DataTransfer - ${version} - Data Tansfer Service - - - - diff --git a/distro/profile.xml b/distro/profile.xml deleted file mode 100644 index 0e4e15c..0000000 --- a/distro/profile.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - Service - - ${description} - DataTransfer - ${artifactId} - 1.0.0 - - - ${artifactId} - ${version} - - ${groupId} - ${artifactId} - ${version} - - - ${build.finalName}.jar - - - - - - - diff --git a/pom.xml b/pom.xml index fda52b9..508b934 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,7 @@ DataTransferService - - ${project.basedir}/src/main/webapp/WEB-INF - ${project.basedir}/distro - 2.14 - 2.14 - 2.2.4.Final + https://code-repo.d4science.org/gCubeSystem @@ -128,25 +123,12 @@ jersey-media-json-jackson - - - - org.glassfish.jersey.media jersey-media-multipart - - - - - - - - - @@ -175,5 +157,5 @@ ${project.artifactId} - Service used to receive data from other hosting nodes + Service used to transfer data from/to SmartGears nodes \ No newline at end of file