<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.resourcemanagement</groupId>
	<artifactId>softwaregateway</artifactId>
	<version>1.0.0</version>
	<packaging>pom</packaging>
	<name>SoftwareGateway</name>
	<modules>
		<module>SoftwareGateway-service</module>
		<module>SoftwareGateway-stubs</module>
	</modules>
	<properties>
		<wsdlDirectory>${project.basedir}/../wsdl</wsdlDirectory>
		<wsdlOutputDirectory>${project.basedir}/../target/generated-sources/wsdl</wsdlOutputDirectory>
		<configDirectory>${project.basedir}/../config</configDirectory>
		<distroDirectory>${project.basedir}/../distro</distroDirectory>
		<namespace>http://gcube-system.org/namespaces/vremanagement/softwaregateway</namespace>
	</properties>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.gcube.core</groupId>
				<artifactId>gcf</artifactId>
				 <version>1.4.0</version>
			</dependency>
			<dependency>
				<groupId>org.gcube.distribution</groupId>
				<artifactId>ghn-core-runtime</artifactId>
				<version>1.0.0</version>
			</dependency>
			<!--dependency>
				<groupId>org.gcube.core</groupId>
				<artifactId>gcf</artifactId>
				 <version>1.4.0-SNAPSHOT</version>
			</dependency>
			<dependency>
				<groupId>org.gcube.distribution</groupId>
				<artifactId>ghn-core-runtime</artifactId>
				<version>1.0.0</version>
			</dependency-->
		</dependencies>
	</dependencyManagement>
	<build>
		<!-- defines basic configuration for the service plugin -->
		<pluginManagement>
			<plugins>
				<!--plugin>
					<groupId>org.gcube.tools</groupId>
					<artifactId>maven-service-plugin</artifactId>
					<version>1.0.0</version>
					<configuration>
						<serviceId>softwaregateway</serviceId>
						<basePackage>org.gcube.vremanagement.softwaregateway</basePackage>
						<wsdlDirectory>${wsdlDirectory}</wsdlDirectory>
						<wsdlOutputDirectory>${wsdlOutputDirectory}</wsdlOutputDirectory>
						<configurationDirectory>${configDirectory}</configurationDirectory>
					</configuration>
				</plugin-->
				<plugin>
					<groupId>org.gcube.tools</groupId>
					<artifactId>maven-service-plugin</artifactId>
					<version>1.0.0</version>
					<configuration>
						<serviceId>${project.parent.artifactId}</serviceId>
						<configurationDirectory>../config</configurationDirectory>
						<wsdlDirectory>../wsdl</wsdlDirectory>
						<wsdlOutputDirectory>../target/wsdl</wsdlOutputDirectory>
						<basePackage>org.gcube.vremanagement.softwaregateway</basePackage>
					</configuration>
			</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>
