diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 11:44:10 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 11:50:20 +0000 |
commit | e938284cec3b06a7f6587b7439eb378b69c3adf1 (patch) | |
tree | ac5d8689046256f10a82fc7797020fa56a56537e /README.md | |
parent | 5497a61df99a4197d8938a8782b025aeb0c5615b (diff) |
[POLICY-152] engine integration with oparent
Change-Id: Ia03582b13052d1f0dca6c7ff2f7918679bbd43de
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1 +1,5 @@ -This source repository contains the ONAP Policy Engine code. The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. To build it using Maven 3, run 'mvn clean install'. +This source repository contains the ONAP Policy Engine code. To build it: +1. using Maven 3 +2. git clone http://gerrit.onap.org/r/oparent and copy +oparent/settings.xml to ~/.m2 +3. mvn clean install |