diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-06-05 12:55:28 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-10 08:21:42 +0000 |
commit | cd48e77d908377315d03ffc1dc136b1d96c0c477 (patch) | |
tree | 010a65c06afc0dfdf5781c21e63ba85ead333b0b | |
parent | 966271e4e2601d58eb06f286a3b2921e803fa9af (diff) |
Add build config in README
Add a required step to build the project, the oparent settings.xml must be installed first in .m2
Issue-ID: SDC-2871
Change-Id: Id69582582849a8937f4e76d24d6a6bfdc8f0a957
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,7 +50,9 @@ SDC is built from several projects while the parent "sdc" contains the main pom. - sdc-os-chef - chefs scripts used for docker creation and startup - utils - set of dev utils used for working with the project locally -In order to build all the projects, go to sdc project and run the command: `mvn clean install` + +In order to build all the projects, as mentioned in the onap wiki https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment, the settings.xml (https://git.onap.org/oparent/plain/settings.xml) from the oparent project must be installed in your ~/.m2 folder and referenced by your IDE. +Once maven is set up properly, go to sdc project and run the command: `mvn clean install` Currently SDC build process also supports docker building. Note that if you're working on Windows, you'll need to define an environment variable on your machine with key `DOCKER_HOST` and value: `tcp://<ip_address>:2375` in order to build and upload local dockers to a local environment. |