<?xml version="1.0" encoding="UTF-8"?>
<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>
	<groupId>org.gcube.data.transfer</groupId>
	<artifactId>scheduler-portlet</artifactId>
	<packaging>war</packaging>
	<name>scheduler-portlet</name>
	<version>1.0.0-SNAPSHOT</version>
	<parent>
		<groupId>org.gcube.tools</groupId>
		<artifactId>maven-parent</artifactId>
		<version>1.0.0</version>
	</parent>
	
<!-- 	<dependencyManagement> -->
<!-- 	<dependencies> -->
<!-- 	<dependency> -->
<!-- <groupId>org.gcube.distribution</groupId> -->
<!-- <artifactId>maven-bom</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- <type>pom</type> -->
<!-- <scope>import</scope> -->
<!-- </dependency> -->
<!-- </dependencies> -->
<!-- </dependencyManagement> -->

	<build>
		<plugins>
			<plugin>
				<groupId>com.liferay.maven.plugins</groupId>
				<artifactId>liferay-maven-plugin</artifactId>
				<version>${liferay.version}</version>
				<configuration>
					<autoDeployDir>${liferay.auto.deploy.dir}</autoDeployDir>
				</configuration> 
			</plugin>


			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<encoding>UTF-8</encoding>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</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>
				</configuration>
				<executions>
				<execution>
					<id>servicearchive</id>
					<phase>install</phase>
					<goals>
		          	<goal>single</goal>
		       		</goals>
				</execution>
				</executions>
		</plugin>
		<plugin>
   				<groupId>org.codehaus.mojo</groupId>
   				<artifactId>gwt-maven-plugin</artifactId>
   				<version>2.4.0</version> 
   				<executions>
				<execution>
         		<goals>
	    		<goal>compile</goal>
        		</goals>
      			</execution>
  				</executions>
		</plugin>

		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.gcube.distribution</groupId>
			<artifactId>ws-addressing</artifactId>
			<version>1.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>axis-patched</artifactId>
<version>1.2RC</version>
<scope>provided</scope>
</dependency>

		<dependency>
			<groupId>javax.portlet</groupId>
			<artifactId>portlet-api</artifactId>
			<version>2.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-user</artifactId>
            <version>2.4.0</version>
            <scope>provided</scope>
		</dependency>
 		<dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-servlet</artifactId>
            <version>2.4.0</version>
            <scope>provided</scope>
        </dependency>
		<dependency>
			<groupId>org.gcube.portal</groupId>
			<artifactId>custom-portal-handler</artifactId>
			<version>1.1.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.core</groupId>
			<artifactId>gcf</artifactId>
			<version>1.6.0-SNAPSHOT</version>
			<scope>provided</scope>
			<exclusions>
				<exclusion>
					<artifactId>ghn-core-runtime</artifactId>
					<groupId>org.gcube.distribution</groupId>
				</exclusion>

			</exclusions>
		</dependency>
		<dependency>
			<groupId>xerces</groupId>
			<artifactId>xercesImpl</artifactId>
			<version>2.9.1</version>
			<scope>provided</scope>
		</dependency>
		
		<dependency>
			<groupId>com.sencha.gxt</groupId>
			<artifactId>gxt</artifactId>
			<version>3.0.0</version>
		</dependency>
		
		<dependency>
			<groupId>name.pehl</groupId>
			<artifactId>totoe</artifactId>
			<version>0.4</version>
		</dependency>
		<!--
		<dependency>
			<groupId>com.google.api.client</groupId>
			<artifactId>google-api-client-json</artifactId>
			<version>1.2.3-alpha</version>
		</dependency>-->
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.2.2</version>
		</dependency>
		<dependency>
			<groupId>org.atmosphere</groupId>
			<artifactId>gwtprojsonserializer</artifactId>
			<version>1.0.0.beta5</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.data.transfer</groupId>
			<artifactId>scheduler-library</artifactId>
			<version>1.1.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.gcube.informationsystem</groupId>
			<artifactId>is-client</artifactId>
			<version>1.6.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.informationsystem</groupId>
			<artifactId>is-collector-stubs</artifactId>
			<version>3.0.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>
    		<dependency>
			<groupId>com.thoughtworks.xstream</groupId>
			<artifactId>xstream</artifactId>
			<version>1.3.1</version>
			<scope>provided</scope>
		</dependency>
   		<dependency>
			<groupId>commons-net</groupId>
			<artifactId>commons-net</artifactId>
			<version>3.1</version>
		</dependency>
   		<dependency>
   			<groupId>org.jsoup</groupId>
   			<artifactId>jsoup</artifactId>
   			<version>1.7.1</version>
   		</dependency>
   		<dependency>
   			<groupId>org.gcube.portlets.user</groupId>
   			<artifactId>home-library</artifactId>
   			<scope>provided</scope>
   			<version>4.2.0-SNAPSHOT</version>
   			<exclusions>
   				<exclusion>
   					<artifactId>ghn-core-runtime</artifactId>
   					<groupId>org.gcube.distribution</groupId>
   				</exclusion>
   			</exclusions>
   		</dependency>
   		<dependency>
   			<groupId>org.gcube.portlets.user</groupId>
   			<artifactId>home-library-jcr</artifactId>
  			<scope>provided</scope>		
   			<version>1.2.0-SNAPSHOT</version>
   		</dependency>
   		<dependency>
   			<groupId>org.gcube.core</groupId>
   			<artifactId>common-utils-encryption</artifactId>
   			<version>1.1.0-SNAPSHOT</version>
   			<scope>provided</scope>
   		</dependency>
   		<dependency>
   			<groupId>com.sencha.gxt</groupId>
   			<artifactId>gxt-chart</artifactId>
   			<version>3.0.1</version>
   		</dependency>
   		<dependency>
   			<groupId>org.gcube.portletsuser</groupId>
   			<artifactId>gcube-guidedtour-widget</artifactId>
   			<version>1.0.0</version>
   			<scope>system</scope>
			<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gcube-guidedtour-widget.jar</systemPath>
		
   		</dependency>
   		
   			<dependency>
			<groupId>org.gcube.portlets.user</groupId>
			<artifactId>gcubewidgets</artifactId>
			<version>1.2.0</version>
			<scope>system</scope>
			<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gCube-Widgets-Library.jar</systemPath>
		</dependency>

	</dependencies>
	<properties>
		<liferay.version>6.0.6</liferay.version>
		<liferay.auto.deploy.dir>${system.CATALINA_HOME}/../deploy</liferay.auto.deploy.dir>
		<distroDirectory>${project.basedir}/distro</distroDirectory>
		<configDirectory>${project.basedir}/config</configDirectory>
	</properties>

	
</project>