2012-12-07 15:06:26 +01:00
<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/xsd/maven-4.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.applicationsupportlayer</groupId>
<artifactId > aslsocial</artifactId>
2016-09-26 12:14:27 +02:00
<version > 1.1.0-SNAPSHOT</version>
2012-12-07 15:06:26 +01:00
<packaging > jar</packaging>
<name > Social Portal ASL Extension</name>
2013-01-26 13:08:11 +01:00
<description >
2014-02-10 15:17:09 +01:00
Social Portal ASL Extension is an abstraction over the Social Networking Library to be used from within you gCube Portlets.
2013-01-26 13:08:11 +01:00
The ASL Social Extension is formed by different modules, each of these is delegated to one specific task. Every module inherits from a super class called SocialPortalBridge.
</description>
<scm >
<connection > scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/application-support-layer/applicationSupportLayerSocial</connection>
<developerConnection > scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/trunk/application-support-layer/applicationSupportLayerSocial</developerConnection>
<url > http://svn.d4science.research-infrastructures.eu/gcube/trunk/application-support-layer/applicationSupportLayerSocial</url>
</scm>
2012-12-07 15:06:26 +01:00
<properties >
<distroDirectory > distro</distroDirectory>
2014-01-20 16:45:20 +01:00
<maven.compiler.source > 1.7</maven.compiler.source>
<maven.compiler.target > 1.7</maven.compiler.target>
2012-12-07 15:06:26 +01:00
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding > UTF-8</project.reporting.outputEncoding>
</properties>
2013-09-25 15:51:00 +02:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
<artifactId > maven-portal-bom</artifactId>
2013-09-26 11:45:34 +02:00
<version > LATEST</version>
2013-09-25 15:51:00 +02:00
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies >
2013-09-30 15:43:29 +02:00
<dependency >
<groupId > org.gcube.common.portal</groupId>
2014-09-11 15:25:27 +02:00
<artifactId > portal-manager</artifactId>
2013-09-30 15:43:29 +02:00
<scope > provided</scope>
</dependency>
2014-01-21 11:36:13 +01:00
<dependency >
2013-09-30 15:43:29 +02:00
<groupId > org.gcube.common</groupId>
2013-01-26 13:08:11 +01:00
<artifactId > home-library</artifactId>
2013-02-08 14:39:03 +01:00
<scope > provided</scope>
2013-01-26 13:08:11 +01:00
</dependency>
<dependency >
<groupId > org.gcube.portal</groupId>
2014-09-11 15:25:27 +02:00
<artifactId > social-networking-library</artifactId>
2015-06-15 11:10:43 +02:00
<scope > provided</scope>
2013-01-26 13:08:11 +01:00
</dependency>
<dependency >
<groupId > org.gcube.dvos</groupId>
<artifactId > usermanagement-core</artifactId>
2013-02-08 14:39:03 +01:00
<scope > provided</scope>
2013-02-07 19:03:24 +01:00
</dependency>
<dependency >
<groupId > org.gcube.portal</groupId>
<artifactId > custom-portal-handler</artifactId>
2013-02-08 14:39:03 +01:00
<scope > provided</scope>
2013-02-07 19:03:24 +01:00
</dependency>
2013-09-30 15:43:29 +02:00
<!-- FWS DEPS -->
<dependency >
<groupId > org.gcube.resources.discovery</groupId>
<artifactId > ic-client</artifactId>
</dependency>
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-scope-maps</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.core</groupId>
2014-09-11 15:25:27 +02:00
<artifactId > common-encryption</artifactId>
2013-09-30 15:43:29 +02:00
<scope > provided</scope>
</dependency>
2014-01-21 11:36:13 +01:00
<dependency >
<groupId > org.gcube.contentmanagement</groupId>
2014-09-11 15:25:27 +02:00
<artifactId > storage-manager-core</artifactId>
<scope > provided</scope>
2014-01-21 11:36:13 +01:00
</dependency>
<dependency >
<groupId > org.gcube.contentmanagement</groupId>
<artifactId > storage-manager-wrapper</artifactId>
2014-06-05 15:47:19 +02:00
<scope > provided</scope>
2014-01-21 11:36:13 +01:00
</dependency>
2014-09-11 15:25:27 +02:00
<dependency >
<groupId > org.jsoup</groupId>
<artifactId > jsoup</artifactId>
<version > 1.6.2</version>
</dependency>
2013-02-07 19:03:24 +01:00
<dependency >
2013-09-25 15:51:00 +02:00
<groupId > com.liferay.portal</groupId>
2013-02-07 19:03:24 +01:00
<artifactId > portal-service</artifactId>
2013-01-26 13:08:11 +01:00
</dependency>
<dependency >
<groupId > log4j</groupId>
<artifactId > log4j</artifactId>
2013-09-30 15:43:29 +02:00
</dependency>
2014-01-21 11:36:13 +01:00
<dependency >
2013-09-30 15:43:29 +02:00
<groupId > org.slf4j</groupId>
<artifactId > slf4j-log4j12</artifactId>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
2013-01-26 13:08:11 +01:00
</dependency>
<dependency >
<groupId > commons-net</groupId>
2014-09-11 15:25:27 +02:00
<artifactId > commons-net</artifactId>
2014-06-05 15:47:19 +02:00
<scope > provided</scope>
2013-01-26 13:08:11 +01:00
</dependency>
2013-01-30 18:41:39 +01:00
<dependency >
2014-06-05 15:47:19 +02:00
<groupId > com.sun.mail</groupId>
<artifactId > javax.mail</artifactId>
<scope > provided</scope>
2013-01-30 18:41:39 +01:00
</dependency>
2013-01-31 01:31:07 +01:00
<dependency >
<groupId > javax.portlet</groupId>
<artifactId > portlet-api</artifactId>
<scope > provided</scope>
</dependency>
2016-04-13 18:10:22 +02:00
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > javax.servlet-api</artifactId>
<scope > provided</scope>
</dependency>
2013-01-26 13:08:11 +01:00
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 3.8.1</version>
<scope > test</scope>
</dependency>
</dependencies>
2012-12-07 15:06:26 +01:00
<build >
<resources >
<resource >
<directory > src/main/java</directory>
<includes >
<include > **/*.*</include>
</includes>
</resource>
</resources>
<plugins >
<plugin >
<artifactId > maven-compiler-plugin</artifactId>
2012-12-13 15:04:49 +01:00
<version > 3.0</version>
2012-12-07 15:06:26 +01:00
<configuration >
2014-04-02 11:49:43 +02:00
<source > 1.7</source>
<target > 1.7</target>
2012-12-07 15:06:26 +01:00
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jar-plugin</artifactId>
<version > 2.2</version>
<executions >
<execution >
<goals >
<goal > test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<version > 2.12</version>
<configuration >
<skipTests > true</skipTests>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-resources-plugin</artifactId>
<version > 2.5</version>
<executions >
<execution >
<id > copy-profile</id>
<phase > install</phase>
<goals >
<goal > copy-resources</goal>
</goals>
<configuration >
<outputDirectory > target</outputDirectory>
<resources >
<resource >
<directory > ${distroDirectory}</directory>
<filtering > true</filtering>
<includes >
<include > profile.xml</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
<version > 2.2</version>
<configuration >
<descriptors >
<descriptor > ${distroDirectory}/descriptor.xml</descriptor>
</descriptors>
2012-12-20 17:29:59 +01:00
<archive >
<manifest >
<mainClass > fully.qualified.MainClass</mainClass>
</manifest>
</archive>
2013-01-26 13:08:11 +01:00
</configuration>
2012-12-07 15:06:26 +01:00
<executions >
<execution >
<id > servicearchive</id>
<phase > install</phase>
<goals >
<goal > single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>