From 75039ecb11f68c58bc5409127883fd5bbfd758d4 Mon Sep 17 00:00:00 2001
From: jnaud <j.naud@alkante.com>
Date: Fri, 14 Feb 2020 17:29:12 +0100
Subject: [PATCH] Minor fix

---
 .gitignore |  3 ++-
 README.md  | 18 ++++++++++++++++++
 README.txt |  6 ------
 3 files changed, 20 insertions(+), 7 deletions(-)
 delete mode 100644 README.txt

diff --git a/.gitignore b/.gitignore
index c41cc9e..aa28f31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/target
\ No newline at end of file
+/target
+/source
\ No newline at end of file
diff --git a/README.md b/README.md
index e69de29..16f6858 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,18 @@
+
+
+
+```bash
+mkdir source
+cd source
+wget -O geonetwork-3.8.3-0.war https://sourceforge.net/projects/geonetwork/files/GeoNetwork_opensource/v3.8.3/geonetwork.war/download
+cd ..
+```
+
+
+# install geosource war in local maven repository
+#./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geosource -Dversion=3.0.1-0 -Dpackaging=war -Dfile=./source/geosource-3.0.1-0.war
+
+./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.8.3-0 -Dpackaging=war -Dfile=./source/geonetwork-3.8.3-0.war && ./mvnw clean package
+
+# build war overlay
+./mvnw clean package
\ No newline at end of file
diff --git a/README.txt b/README.txt
deleted file mode 100644
index f2d1c54..0000000
--- a/README.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# install geosource war in local maven repository
-#./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geosource -Dversion=3.0.1-0 -Dpackaging=war -Dfile=./source/geosource-3.0.1-0.war
-./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.2.0-0 -Dpackaging=war -Dfile=./source/geonetwork-3.2.0-0.war
-
-# build war overlay
-./mvnw clean package
\ No newline at end of file
-- 
GitLab