From: qingshuting Date: Wed, 11 May 2022 03:21:56 +0000 (+0800) Subject: Add build instruction in readme X-Git-Tag: 3.6.0~25^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f0ae03dc5f84280a14ac005dc18ee606d02d0517;hp=1015b5fc6e00120c6ea341da4f4d03711765710b;p=policy%2Fparent.git Add build instruction in readme For someone who first try to build this project, it might fail when run "mvn clean install" and remind "non-resolvable parent". So at this point, try to run "mvn clean install" in the "oparent" project can solve this issue. Signed-off-by: qingshuting Change-Id: If99480f9e2d16c9480b4ffd8aae88bbf0e98cdc6 Issue-ID: POLICY-4167 --- 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