diff options
author | 2018-08-06 17:02:39 +0300 | |
---|---|---|
committer | 2018-08-06 17:02:39 +0300 | |
commit | 86457ed120fc236b1485ad3251589aedad2401bd (patch) | |
tree | a473c2faf16ffbb34aad75d4fef8afc3b2541f21 /dcaedt_validator/README | |
parent | 735b58119b37ead5013c40afd941d63ef28ca053 (diff) |
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 <ev672n@att.com>
Diffstat (limited to 'dcaedt_validator/README')
-rw-r--r-- | dcaedt_validator/README | 9 |
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. |