Update README.md

This commit is contained in:
Dmitry Toptygin
2020-12-10 14:34:53 -05:00
committed by GitHub
parent 5a827125cc
commit 6e4584d2fe

View File

@@ -4,7 +4,8 @@ Aggregation of repositories to simplify development environment.
Build instructions: Build instructions:
* make sure that java SDK 13+ is installed * make sure that java SDK 13+ is installed
* make sure maven is installed * make sure maven is installed
* configure maven settings.xml with repository credentials * configure maven settings.xml with repository credentials:
copy [maven_settings_template.xml](https://github.com/Telecominfraproject/wlan-cloud-workspace/blob/master/.github/workflows/maven_settings_template.xml) into ~/.m2/settings.xml and replace ${env.MAVEN_REPO_USERNAME} / ${env.MAVEN_REPO_PASSWORD} with **tip-read**
* $ git submodule update --init * $ git submodule update --init
* $ mvn -B --file all-modules-build/pom.xml clean install * $ mvn -B --file all-modules-build/pom.xml clean install