diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 10:32:01 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 10:35:20 +0000 |
commit | c66150dd419f6ac29b895c6880198a6cbc7ad1df (patch) | |
tree | 7abf5c945c5f5a46a71e5aae1e7974bafda91fae /README.md | |
parent | e8e3a87b254715fe42fef155158b2fa8fe0f090f (diff) |
[POLICY-150] integration with oparent
Change-Id: I072b7dadb370f7065ae4bf39192fc73bbbb9682b
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,6 +1,8 @@ -This source repository contains ONAP Policy application 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, run: mvn clean install +This source repository contains ONAP Policy application 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 The Demo template rule is located in template.demo sub-project. Use that project to protoype and test the .drl demo rule. When finished update the archetype-closedloop-demo-rules project with the .drl. Be sure to remove the Setup rule and comment out any simulation/test code. |