From 86457ed120fc236b1485ad3251589aedad2401bd Mon Sep 17 00:00:00 2001 From: "Eran (ev672n), Vosk" Date: Mon, 6 Aug 2018 17:02:39 +0300 Subject: Changing the dcae dt main code Updating DCAE-dt-main code for Dockerizing the DCAE-CI code Change-Id: Ia50d24e60e9ddc9bbc58dd8651d7a4f7e0dc8270 Issue-ID: SDC-1605 Signed-off-by: Eran (ev672n), Vosk --- dcaedt_validator/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dcaedt_validator/README (limited to 'dcaedt_validator/README') 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. -- cgit 1.2.3-korg