diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-07 20:08:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-07 20:08:26 +0000 |
commit | a7aa53f39121f0f3e3dbb1d631e700ccc7a3441d (patch) | |
tree | ea962e37670e562bfdb538a39cfef59da5c42e07 /README.md | |
parent | bee1dd6744c9037d96f03fa439b7b13c71df0a8b (diff) | |
parent | 15be35adc59db544d907888a56d9ba91c465baed (diff) |
Merge "[POLICY-151] drools-pdp integration with oparent"
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 |