diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 11:32:09 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 11:32:45 +0000 |
commit | 15be35adc59db544d907888a56d9ba91c465baed (patch) | |
tree | 5537aef55f5c5681548224fb041799c06bebe102 /README.md | |
parent | f1635fe8e027e9230066b04f5768bb9a5ba0124b (diff) |
[POLICY-151] drools-pdp integration with oparent
Change-Id: Id419034816ea047276484e20c5e211a3fba5ec7a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ -This source repository contains the ONAP Policy DroolsPDP code. The settings file only 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, first build 'policy-common-modules' (which contains dependencies), and then run: mvn clean install +This source repository contains the ONAP Policy DroolsPDP 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 |