<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>
	</parent>


	<groupId>org.gcube.portlet</groupId>
	<artifactId>irbootstrapper-portlet</artifactId>
	<packaging>war</packaging>
	<name>irbootstrapper-portlet Portlet</name>
	<description>IRBootstrapper portlet</description>
	<version>2.1.0-2.13.0</version>

	<scm>
		<connection>scm:svn:https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/admin/IRBootstrapperPortletL</connection>
		<developerConnection>scm:svn:https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/admin/IRBootstrapperPortletL</developerConnection>
		<url>https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/admin/IRBootstrapperPortletL</url>
	</scm>

	<properties>
		<liferay.version>6.1.0</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>
	<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>
					<liferayVersion>${liferay.version}</liferayVersion>
					<pluginType>portlet</pluginType>
				</configuration>
			</plugin>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<encoding>UTF-8</encoding>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<artifactId>maven-resources-plugin</artifactId>
				<configuration>
					<encoding>UTF-8</encoding>
				</configuration>
			</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>
			<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>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>portal-service</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>com.google.gwt</groupId>
			<artifactId>gwt-servlet</artifactId>
			<version>2.4.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>com.google.gwt</groupId>
			<artifactId>gwt-user</artifactId>
			<version>2.4.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.allen-sauer.gwt.log</groupId>
			<artifactId>gwt-log</artifactId>
			<version>3.1.6</version>
		</dependency>

		<dependency>
			<groupId>org.gcube.externals</groupId>
			<artifactId>gwt-ext-patched</artifactId>
			<version>2.0.5</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.portal</groupId>
			<artifactId>custom-portal-handler</artifactId>
			<version>1.2.0-2.13.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.core</groupId>
			<artifactId>gcf</artifactId>
			<version>1.6.0-2.13.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.informationsystem</groupId>
			<artifactId>is-client</artifactId>
			<version>1.5.1-2.13.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.applicationsupportlayer</groupId>
			<artifactId>aslcore</artifactId>
			<version>3.2.2-2.13.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.gcube.data-transformation</groupId>
			<artifactId>data-transformation-handlers</artifactId>
			<version>2.4.1-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.data-transformation</groupId>
			<artifactId>data-transformation-service-stubs</artifactId>
			<version>2.2.3-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.execution</groupId>
			<artifactId>madgikcommonslibrary</artifactId>
			<version>1.4.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>forwardindexlookupstubs</artifactId>
			<version>3.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>forwardindexmanagementstubs</artifactId>
			<version>3.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>forwardindexupdaterstubs</artifactId>
			<version>3.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>fulltextindexlookupstubs</artifactId>
			<version>2.1.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>fulltextindexupdaterstubs</artifactId>
			<version>2.1.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>fulltextindexmanagementstubs</artifactId>
			<version>2.1.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>geoindexlookupstubs</artifactId>
			<version>2.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>geoindexupdaterstubs</artifactId>
			<version>2.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>geoindexmanagementstubs</artifactId>
			<version>2.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>incrementalindexupdaterstubs</artifactId>
			<version>1.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.index</groupId>
			<artifactId>fulltextindexnode-stubs</artifactId>
			<version>1.0.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.opensearch</groupId>
			<artifactId>opensearchdatasource-stubs</artifactId>
			<version>1.6.2-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>javax.mail</groupId>
			<artifactId>mail</artifactId>
			<version>1.4.5</version>
		</dependency>
	</dependencies>
</project>