gcube-sdi-suite/gcube-geonetwork-client/pom.xml

32 lines
1009 B
XML

<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>gcube-sdi-suite</artifactId>
<groupId>org.gcube.spatial.data</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>gcube-geonetwork-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>gCube GeoNetwork Client</name>
<scm>
<connection>scm:git:${gitBaseUrl}/gcube-sdi-suite</connection>
<developerConnection>scm:git:${gitBaseUrl}/gcube-sdi-suite</developerConnection>
<url>${gitBaseUrl}/gcube-sdi-suite</url>
</scm>
<dependencies>
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>sdi-generic-client</artifactId>
</dependency>
</dependencies>
<description>Java library used to communicate with GeoNEtwork in D4Science infrastructures.</description>
</project>