diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-04-01 12:51:30 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-04-01 12:52:34 +0200 |
commit | ce294fc3e7ad041aa0d197f7ba255b97a1aec820 (patch) | |
tree | 9590253f0c1a3696e69c7539cd5a6d3abb59f60a /README.md | |
parent | 20e20a90439d2c1a853b188200ee419edeb6e4a5 (diff) |
Fix refrepo image building
Issue-ID: VNFSDK-569
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ib59b2cfeff0f1a8150dfb32473f0080f962a0a3d
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -33,6 +33,10 @@ A platform to automate and manage different kind of VNF test cases for given VNF - Provide integration with OPNFV dovetail to run test cases across dovetail and ONAP VNFSDK. - Uses Open CLI Platform (OCLIP) for developing, testing, deploying and executing test cases - Available as docker container. +- More details at <https://onap.readthedocs.io/en/latest/submodules/vnfsdk/model.git/docs/index.html>` - -- `More details <https://onap.readthedocs.io/en/latest/submodules/vnfsdk/model.git/docs/index.html>`_
\ No newline at end of file +Docker image building +===================== +``` + mvn clean package -Pdocker +``` |