Initializing project

This commit is contained in:
Luca Frosini 2020-05-29 16:27:16 +02:00
commit 2b1c0fcd09
2 changed files with 17 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/target/
/.project
/.settings
/.classpath

13
pom.xml Normal file
View File

@ -0,0 +1,13 @@
<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>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-publisher</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>grsf-publisher</name>
<description>GRSF publihser using gCat to deal with catalogue</description>
</project>