fixed pom
This commit is contained in:
parent
9459769684
commit
7242731662
112
pom.xml
112
pom.xml
|
@ -31,23 +31,6 @@
|
||||||
<tomcat.version>7.0.62</tomcat.version>
|
<tomcat.version>7.0.62</tomcat.version>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<cassandra.driver.oss.version>4.13.0</cassandra.driver.oss.version>
|
<cassandra.driver.oss.version>4.13.0</cassandra.driver.oss.version>
|
||||||
<!-- As long as we do not automatize this make sure the version
|
|
||||||
correspond
|
|
||||||
with the enabling portlets one -->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<gcubeLoggedinVersionLayout>320SNAPSHOT</gcubeLoggedinVersionLayout> -->
|
|
||||||
<!--
|
|
||||||
<usersManagementVersionLayout>340SNAPSHOT</usersManagementVersionLayout> -->
|
|
||||||
<!-- <addUsersVersionLayout>221SNAPSHOT</addUsersVersionLayout> -->
|
|
||||||
<!--
|
|
||||||
<resourceManagementVersionLayout>700SNAPSHOT</resourceManagementVersionLayout> -->
|
|
||||||
|
|
||||||
<gcubeLoggedinVersionLayout>320440</gcubeLoggedinVersionLayout>
|
|
||||||
<usersManagementVersionLayout>400</usersManagementVersionLayout>
|
|
||||||
<addUsersVersionLayout>221430</addUsersVersionLayout>
|
|
||||||
<resourceManagementVersionLayout>700</resourceManagementVersionLayout>
|
|
||||||
|
|
||||||
<asl-artifactsid>aslcore,aslsocial</asl-artifactsid>
|
<asl-artifactsid>aslcore,aslsocial</asl-artifactsid>
|
||||||
<fws-artifactsid>
|
<fws-artifactsid>
|
||||||
common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,
|
common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,
|
||||||
|
@ -57,8 +40,6 @@
|
||||||
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
||||||
<snl-artifactsid>
|
<snl-artifactsid>
|
||||||
social-library-stubs,social-service-client,social-service-model,notifications-common-library,tour-manager</snl-artifactsid>
|
social-library-stubs,social-service-client,social-service-model,notifications-common-library,tour-manager</snl-artifactsid>
|
||||||
<ep-artifactsid>
|
|
||||||
gcube-login-portlet,gcube-loggedin,UsersManagementPortlet,register-vre-users,resource-management-portlet,service-endpoint-editor</ep-artifactsid>
|
|
||||||
<custom-plugins-artifactsid>
|
<custom-plugins-artifactsid>
|
||||||
gcube-responsive-theme,session-timeout-hook,
|
gcube-responsive-theme,session-timeout-hook,
|
||||||
oidc-enrollment-hook,event-publisher-hook,VREFolder-hook,user-registration-hook</custom-plugins-artifactsid>
|
oidc-enrollment-hook,event-publisher-hook,VREFolder-hook,user-registration-hook</custom-plugins-artifactsid>
|
||||||
|
@ -129,23 +110,6 @@
|
||||||
<useBaseVersion>true</useBaseVersion>
|
<useBaseVersion>true</useBaseVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
|
||||||
<id>copy-dependencies_enablingportlets</id>
|
|
||||||
<phase>compile</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>copy-dependencies</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<outputDirectory>${basedir}/Portal-Bundle/deploy</outputDirectory>
|
|
||||||
<includeArtifactIds>${ep-artifactsid}</includeArtifactIds>
|
|
||||||
<overWriteReleases>false</overWriteReleases>
|
|
||||||
<overWriteSnapshots>false</overWriteSnapshots>
|
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
|
||||||
<excludeTypes>gar, tar.gz</excludeTypes>
|
|
||||||
<stripVersion>false</stripVersion>
|
|
||||||
<useBaseVersion>true</useBaseVersion>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-dependencies_customPlugins</id>
|
<id>copy-dependencies_customPlugins</id>
|
||||||
<phase>compile</phase>
|
<phase>compile</phase>
|
||||||
|
@ -215,41 +179,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
||||||
<artifactId>replacer</artifactId>
|
|
||||||
<version>1.5.3</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<phase>prepare-package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>replace</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<file>
|
|
||||||
${project.basedir}/Portal-Bundle/tomcat-${tomcat.version}/conf/gcube-portlets.properties</file>
|
|
||||||
<replacements>
|
|
||||||
<replacement>
|
|
||||||
<token>@gCubeLoggedin@</token>
|
|
||||||
<value>${gcubeLoggedinVersionLayout}</value>
|
|
||||||
</replacement>
|
|
||||||
<replacement>
|
|
||||||
<token>@UsersManagement@</token>
|
|
||||||
<value>${usersManagementVersionLayout}</value>
|
|
||||||
</replacement>
|
|
||||||
<replacement>
|
|
||||||
<token>@addUsers@</token>
|
|
||||||
<value>${addUsersVersionLayout}</value>
|
|
||||||
</replacement>
|
|
||||||
<replacement>
|
|
||||||
<token>@ResourcesManagement@</token>
|
|
||||||
<value>${resourceManagementVersionLayout}</value>
|
|
||||||
</replacement>
|
|
||||||
</replacements>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
@ -354,43 +283,6 @@
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>oidc-library-portal</artifactId>
|
<artifactId>oidc-library-portal</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Enabling Portlets & Plugins -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
|
||||||
<artifactId>gcube-login-portlet</artifactId>
|
|
||||||
<version>[3.1.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
|
||||||
<artifactId>gcube-loggedin</artifactId>
|
|
||||||
<version>[3.2.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
|
||||||
<artifactId>UsersManagementPortlet</artifactId>
|
|
||||||
<version>[3.4.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
|
||||||
<artifactId>register-vre-users</artifactId>
|
|
||||||
<version>[2.2.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
|
||||||
<artifactId>resource-management-portlet</artifactId>
|
|
||||||
<version>[7.0.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
|
||||||
<artifactId>service-endpoint-editor</artifactId>
|
|
||||||
<version>[2.0.0-SNAPSHOT,)</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<!-- Application Support Layer -->
|
<!-- Application Support Layer -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||||
|
@ -494,13 +386,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-library-stubs</artifactId>
|
<artifactId>social-library-stubs</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>social-service-client</artifactId>
|
<artifactId>social-service-client</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 3.0.0)</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
|
|
Loading…
Reference in New Issue