aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-05-12 07:58:05 +0000
committerGerrit Code Review <gerrit@onap.org>2022-05-12 07:58:05 +0000
commitb3d506ced9857dc4b78cb27e27f1890aa5e0fbd9 (patch)
tree6ed79181a3519ed765dd1752a08561ba5e33b437
parent617b9bde207f2d50e3121af13d05cf01358d96ea (diff)
parentf0ae03dc5f84280a14ac005dc18ee606d02d0517 (diff)
Merge "Add build instruction in readme"
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8c91ebe..45fc0bab 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,6 @@ This source repository contains the ONAP Policy Parent repository that contains
overarching build pom.xml to build ALL the repos under policy/*
To build it using Maven 3, run: mvn clean install
+
+Reminder:
+If maven reports "non-resolvable parent POM", run "mvn clean install" on project "oparent" first. \ No newline at end of file