diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-16 08:59:03 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-16 08:59:16 -0400 |
commit | f9567bf57b7c720cdf42c9763386b2fbc84dbda2 (patch) | |
tree | aa1d56bdcbb0a43ad6e13887775f529b92188f01 | |
parent | 377ab4076933050ff907c20c8c7efc1eaad3661d (diff) |
Update link to policy projects.
The current readme references policy projects that don't exist anymore.
Issue-Id: POLICY-171
Change-Id: I501735086da2ecd8cf2164e740c7fc1145ddb144
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ This source repository contains the files for building the ONAP Policy Engine Docker images. -To build it using Maven 3, first build 'policy-common-modules', 'policy-engine', 'policy-drools-pdp', and 'policy-drools-applications' repositories, and then run: mvn prepare-package. This will pull the installation zip files needed for building the policy-pe and policy-drools Docker images into the target directory. It will not actually build the docker images; the following additional steps are needed to accomplish this: +To build it using Maven 3, first build 'policy/common', 'policy/engine', 'policy/drools-pdp', and 'policy/drools-applications' repositories, and then run: mvn prepare-package. This will pull the installation zip files needed for building the policy-pe and policy-drools Docker images into the target directory. It will not actually build the docker images; the following additional steps are needed to accomplish this: - Copy the files under policy-pe to target/policy-pe - Copy the files under policy-drools to target/policy-drools |