This commit is contained in:
Massimiliano Assante 2016-06-24 12:55:27 +00:00
parent 739329f7df
commit 35c32f1fa4
1 changed files with 19 additions and 68 deletions

87
pom.xml
View File

@ -43,7 +43,6 @@
<fws-artifactsid>common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,registry-publisher,common-authorization,authorization-client,document-store-lib,accounting-lib,document-store-lib-couchdb,threadlocal-vars-cleaner</fws-artifactsid>
<hl-artifactsid>home-library,home-library-model,home-library-jcr,jackrabbit-jcr-commons,jackrabbit-jcr-rmi-custom,jcr</hl-artifactsid>
<snl-artifactsid>social-networking-library,notifications-common-library,tour-manager</snl-artifactsid>
<rr-artifactsid>rrmodel,rrgcubebridge,rrplugins,rraggregator,grs2library,madgikcommonslibrary,resourceregistry-configuration-portal,rrconfprovider-portal</rr-artifactsid>
<ep-artifactsid>gcube-login,gcube-loggedin,UsersManagementPortlet,RolesManagementPortlet,register-vre-users,resource-management,service-endpoint-editor</ep-artifactsid>
<custom-plugins-artifactsid>gcube-responsive-theme,VREHome-template</custom-plugins-artifactsid>
<staging-plugins-artifactsid>portal-staging</staging-plugins-artifactsid>
@ -115,21 +114,6 @@
<useBaseVersion>true</useBaseVersion>
</configuration>
</execution>
<execution>
<id>copy-dependencies_resourceregistry</id>
<phase>compile</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/Portal-Bundle/gCube/lib/_resource-registry</outputDirectory>
<includeArtifactIds>${rr-artifactsid}</includeArtifactIds>
<overWriteIfNewer>true</overWriteIfNewer>
<excludeTypes>gar, tar.gz</excludeTypes>
<stripVersion>false</stripVersion>
<useBaseVersion>true</useBaseVersion>
</configuration>
</execution>
<execution>
<id>copy-dependencies_enablingportlets</id>
<phase>compile</phase>
@ -189,9 +173,9 @@
</goals>
<configuration>
<outputDirectory>${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
<excludeArtifactIds>${asl-artifactsid},${fws-artifactsid},${hl-artifactsid},${snl-artifactsid},${rr-artifactsid},${ep-artifactsid}</excludeArtifactIds>
<excludeArtifactIds>${asl-artifactsid},${fws-artifactsid},${hl-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid}</excludeArtifactIds>
<overWriteIfNewer>true</overWriteIfNewer>
<excludeTypes>gar, tar.gz</excludeTypes>
<excludeTypes>war, gar, tar.gz</excludeTypes>
<stripVersion>false</stripVersion>
<useBaseVersion>true</useBaseVersion>
</configuration>
@ -584,7 +568,6 @@
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>notifications-common-library</artifactId>
<version>[1.3.0-SNAPSHOT,)</version>
</dependency>
<dependency>
<groupId>com.netflix.astyanax</groupId>
@ -611,48 +594,6 @@
<version>[1.0.0-SNAPSHOT,)</version>
</dependency>
<!-- End Social Networking Library -->
<!-- resource registry -->
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrmodel</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrgcubebridge</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrplugins</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rraggregator</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>grs2library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>madgikcommonslibrary</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>resourceregistry-configuration-portal</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrconfprovider-portal</artifactId>
<scope>provided</scope>
</dependency>
<!-- end resource registry -->
<!-- accounting -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
@ -671,17 +612,32 @@
<scope>provided</scope>
</dependency>
<!-- Misc -->
<!-- result set -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>grs2library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>madgikcommonslibrary</artifactId>
<scope>provided</scope>
</dependency>
<!-- portal core -->
<dependency>
<groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId>
<version>[2.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
<version>[2.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -723,11 +679,6 @@
<scope>provided</scope>
</dependency>
<!-- gwt -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>