commit | fc5c07705edc4dcb7083b39116a43844bb6a1490 | [log] [tgz] |
---|---|---|
author | Ravindra Bakkamanthala <rb7147@att.com> | Mon Jun 05 22:42:02 2017 -0400 |
committer | Ravindra Bakkamanthala <rb7147@att.com> | Wed Jun 07 14:47:34 2017 -0400 |
tree | ab5c7258197fc776fef8106413704a5f0a829160 | |
parent | d9007d680d19734d5dc106479784c420236cca4b [diff] |
Fixed the Policy API issues and Bugfixes Change-Id: I6e8b54442421b6ebd0ff88426fc6e5f3a36b0690 Signed-off-by: Ravindra Bakkamanthala <rb7147@att.com>
This source repository contains the OpenECOMP 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. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of Policy:
org.openecomp.ecompsdkos:ecompSDK-project:pom:3.3.9 org.openecomp.ecompsdkos:ecompSDK-core:jar:3.3.9 org.openecomp.ecompsdkos:ecompSDK-analytics:jar:3.3.9 org.openecomp.ecompsdkos:ecompSDK-workflow:jar:3.3.9 org.openecomp.ecompsdkos:ecompFW:jar:3.3.9
To build it using Maven 3, first build 'policy-common-modules' (which contains dependencies), and then run: mvn -Dmaven.test.failure.ignore=true clean install