diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 75d0c87..434209b 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,7 +4,7 @@ - + uses diff --git a/distro/changelog.xml b/changelog.xml similarity index 100% rename from distro/changelog.xml rename to changelog.xml diff --git a/distro/descriptor.xml b/descriptor.xml similarity index 87% rename from distro/descriptor.xml rename to descriptor.xml index 7440649..bb35e25 100644 --- a/distro/descriptor.xml +++ b/descriptor.xml @@ -9,12 +9,12 @@ / - ${distroDirectory} + . / true - README - LICENSE + README.md + LICENSE.md changelog.xml profile.xml diff --git a/distro/gcube-app.xml b/gcube-app.xml similarity index 100% rename from distro/gcube-app.xml rename to gcube-app.xml diff --git a/pom.xml b/pom.xml index 1027fb7..627f9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ maven-parent org.gcube.tools - 1.0.0 + 1.1.0-SNAPSHOT @@ -15,11 +15,14 @@ 1.0.7-SNAPSHOT storagehub + + https://code-repo.d4science.org/gCubeSystem/storagehub + + war ${project.basedir}/src/main/webapp/WEB-INF - ${project.basedir}/distro 2.16.0 7.0.40 6.1.26 @@ -447,7 +450,7 @@ ${webappDirectory} - ${distroDirectory} + . true @@ -460,7 +463,7 @@ maven-assembly-plugin - ${distroDirectory}/descriptor.xml + descriptor.xml diff --git a/distro/profile.xml b/profile.xml similarity index 100% rename from distro/profile.xml rename to profile.xml