From b317fe05415ab97449e33adfb3a9a1065d4f3b5f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 10 Mar 2021 16:20:14 +0100 Subject: [PATCH] Created maven project --- .gitignore | 5 +++++ pom.xml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 84adb3f..c5bb6fd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/target/ +/.classpath +/.project +/.settings + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..bc88605 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + 4.0.0 + + org.gcube.tools + maven-parent + 1.1.0 + + org.gcube.data.publishing + document-store-lib-postgresql + 1.0.0-SNAPSHOT + Document Store Backend Connector Library for PostgreSQL + Document Store Backend Connector Library for PostgreSQL + \ No newline at end of file