204 lines
6.5 KiB
XML
204 lines
6.5 KiB
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<artifactId>maven-parent</artifactId>
|
||
|
<groupId>org.gcube.tools</groupId>
|
||
|
<version>1.0.0</version>
|
||
|
<relativePath />
|
||
|
</parent>
|
||
|
<groupId>org.gcube.portlets.user</groupId>
|
||
|
<artifactId>accept-invite-portlet</artifactId>
|
||
|
<packaging>war</packaging>
|
||
|
<name>accept-invite-portlet Portlet</name>
|
||
|
<version>1.0.0-SNAPSHOT</version>
|
||
|
<description>
|
||
|
accept-invite-portlet manage the sent invitations
|
||
|
</description>
|
||
|
<scm>
|
||
|
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/${project.artifactId}</connection>
|
||
|
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/${project.artifactId}</developerConnection>
|
||
|
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/${project.artifactId}</url>
|
||
|
</scm>
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>Liferay-v6.2-CE-(Tomcat-7)-(2)</id>
|
||
|
<properties>
|
||
|
<liferay.version>6.2.5</liferay.version>
|
||
|
<liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version>
|
||
|
<liferay.auto.deploy.dir>/Users/massi/portal/liferay-portal-6.2-ce-ga6/deploy</liferay.auto.deploy.dir>
|
||
|
<liferay.app.server.deploy.dir>/Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps</liferay.app.server.deploy.dir>
|
||
|
<liferay.app.server.lib.global.dir>/Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/lib/ext</liferay.app.server.lib.global.dir>
|
||
|
<liferay.app.server.portal.dir>/Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/ROOT</liferay.app.server.portal.dir>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
|
||
|
<dependencyManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.gcube.distribution</groupId>
|
||
|
<artifactId>maven-portal-bom</artifactId>
|
||
|
<version>LATEST</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</dependencyManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.gcube.portal</groupId>
|
||
|
<artifactId>social-networking-library</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.gcube.dvos</groupId>
|
||
|
<artifactId>usermanagement-core</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.gcube.common.portal</groupId>
|
||
|
<artifactId>portal-manager</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-codec</groupId>
|
||
|
<artifactId>commons-codec</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.gcube.portal</groupId>
|
||
|
<artifactId>invites-common-library</artifactId>
|
||
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.liferay.portal</groupId>
|
||
|
<artifactId>portal-service</artifactId>
|
||
|
<version>${liferay.version}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.liferay.portal</groupId>
|
||
|
<artifactId>util-bridges</artifactId>
|
||
|
<version>${liferay.version}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.liferay.portal</groupId>
|
||
|
<artifactId>util-taglib</artifactId>
|
||
|
<version>${liferay.version}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.liferay.portal</groupId>
|
||
|
<artifactId>util-java</artifactId>
|
||
|
<version>${liferay.version}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.portlet</groupId>
|
||
|
<artifactId>portlet-api</artifactId>
|
||
|
<version>2.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.servlet</groupId>
|
||
|
<artifactId>servlet-api</artifactId>
|
||
|
<version>2.4</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.servlet.jsp</groupId>
|
||
|
<artifactId>jsp-api</artifactId>
|
||
|
<version>2.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.servlet</groupId>
|
||
|
<artifactId>jstl</artifactId>
|
||
|
<version>1.2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-aop</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-beans</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-context</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-core</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-expression</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-web</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-webmvc</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-webmvc-portlet</artifactId>
|
||
|
<version>3.0.7.RELEASE</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>com.liferay.maven.plugins</groupId>
|
||
|
<artifactId>liferay-maven-plugin</artifactId>
|
||
|
<version>${liferay.maven.plugin.version}</version>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<phase>generate-sources</phase>
|
||
|
<goals>
|
||
|
<goal>build-css</goal>
|
||
|
</goals>
|
||
|
</execution>
|
||
|
</executions>
|
||
|
<configuration>
|
||
|
<autoDeployDir>${liferay.auto.deploy.dir}</autoDeployDir>
|
||
|
<appServerDeployDir>${liferay.app.server.deploy.dir}</appServerDeployDir>
|
||
|
<appServerLibGlobalDir>${liferay.app.server.lib.global.dir}</appServerLibGlobalDir>
|
||
|
<appServerPortalDir>${liferay.app.server.portal.dir}</appServerPortalDir>
|
||
|
<liferayVersion>${liferay.version}</liferayVersion>
|
||
|
<pluginType>portlet</pluginType>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
<version>2.5</version>
|
||
|
<configuration>
|
||
|
<encoding>UTF-8</encoding>
|
||
|
<source>1.8</source>
|
||
|
<target>1.8</target>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<artifactId>maven-resources-plugin</artifactId>
|
||
|
<version>2.5</version>
|
||
|
<configuration>
|
||
|
<encoding>UTF-8</encoding>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
</build>
|
||
|
</project>
|