aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-05-28 14:43:07 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-05-28 14:46:38 +0200
commitcef481f2ad56764f71e8b0f1d4340b8af0686a96 (patch)
tree9f3e7505e3e50b45f39f8248a34fcfd8438adc87 /readme.md
parent614b875a4f7b18a86348924d89325c0fe72b635b (diff)
downloadmoa-zs-cef481f2ad56764f71e8b0f1d4340b8af0686a96.tar.gz
moa-zs-cef481f2ad56764f71e8b0f1d4340b8af0686a96.tar.bz2
moa-zs-cef481f2ad56764f71e8b0f1d4340b8af0686a96.zip
Add Moa Sig Dependency & Configure Logging & Init Readme
- Reduce logger output of all contexts to ERROR and WARN Statements; Moazs can log to INFO. Reason: Including moa-sig causes lots of DEBUG / TRACE logging . - Add Repository that points to file://${basedir}/repository. - Add guide how to compile project (I dont check moa-sig depenendcies into repository but explain how to retrieve dependencies manually in readme.md.)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..3bcb3d0
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,13 @@
+# MOA ZS
+
+## Prepare Repo
+
+Some dependencies are not in the mvn central repo. You need to install
+those dependencies to your local maven repository with `mvn install`.
+Check `pom.xml` and follow the instructions.
+
+## Compile & Test
+
+```
+mvn test
+```