summaryrefslogtreecommitdiffstats
path: root/dcaedt_validator/README
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_validator/README')
-rw-r--r--dcaedt_validator/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/dcaedt_validator/README b/dcaedt_validator/README
new file mode 100644
index 0000000..0291fa2
--- /dev/null
+++ b/dcaedt_validator/README
@@ -0,0 +1,9 @@
+Build commons-pipeline separately, it is not a sub-project.
+It also needs to be installed in the local repository with 'mvn install'
+
+Build the validator itself
+
+
+If runnign into problems, clear the local maven repo,
+ mvn dependency:purge-local-repository -DreResolve=false
+and start from the beginning.