Initializing project
This commit is contained in:
commit
2b1c0fcd09
|
@ -0,0 +1,4 @@
|
|||
/target/
|
||||
/.project
|
||||
/.settings
|
||||
/.classpath
|
|
@ -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>
|
Loading…
Reference in New Issue