aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 2 insertions, 15 deletions
diff --git a/readme.md b/readme.md
index 51d82dd..9b7c04d 100644
--- a/readme.md
+++ b/readme.md
@@ -5,9 +5,8 @@
For compiling MOAZS, do the following:
1. Checkout MoaZS repository (directory name `moazs.git`)
-2. Install `at.gv.egiz.eaaf.{eaaf_module_moa-sig, core}` to local repository.
-3. Install `at.gv.util.egovutils` to local mvn repository.
-4. Make `eaaf_module_moa-sig`'s transitive dependencies available by copying or symlinking `eaaf_module_moa-sig`'s repository into MOAZS repository.
+1. Install `at.gv.egiz.eaaf.{eaaf_module_moa-sig, core}` to local repository.
+1. Make `eaaf_module_moa-sig`'s transitive dependencies available by copying or symlinking `eaaf_module_moa-sig`'s repository into MOAZS repository.
Certain artifacts are not in the mvn central repo. You need to
install those articats to your local maven repository.
@@ -24,18 +23,6 @@ cd eaaf_components
git checkout $EAAF_COMPONENTS_VERSION
mvn clean package source:jar install
```
-### How to Install `at.gv.util.egovutils`
-
-Requirements: JDK 1.8
-
-```
-export EGOV_UTILS_VERSION=2.0.7-snapshot
-cd /path/to/working/dir
-git clone https://gitlab.iaik.tugraz.at/egiz/egovutils
-cd egovutils
-git checkout $EGOV_UTILS_VERSION
-mvn clean package install
-```
### Workaround: Make eaaf_module_moa-sig's Transitive Dependencies Available