commit | f0ae03dc5f84280a14ac005dc18ee606d02d0517 | [log] [tgz] |
---|---|---|
author | qingshuting <qingshuting1@huawei.com> | Wed May 11 11:21:56 2022 +0800 |
committer | qingshuting <qingshuting1@huawei.com> | Wed May 11 11:39:59 2022 +0800 |
tree | b43ad88652f2c95f064682e7809df7955db1655f | |
parent | 1015b5fc6e00120c6ea341da4f4d03711765710b [diff] |
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 <qingshuting1@huawei.com> Change-Id: If99480f9e2d16c9480b4ffd8aae88bbf0e98cdc6 Issue-ID: POLICY-4167
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
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.