aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-07-03 21:56:15 +0000
committerGuo Ruijing <ruijing.guo@intel.com>2017-07-03 21:59:05 +0000
commitbb927b5325d7b82cdc65bf25aa217ad7c56a46b3 (patch)
treeeabcdca65729d8bccf28c123ddcb2340c5a8daea /README.md
parent4fe8e3866576d86c36157466e349edd45af6db39 (diff)
cleanup: update README.md and remove git
1. remove unnecessary dependency in README.md 2. remove git file Change-Id: I01dac3f40cfd44bcb259f3bf61e9450506d1ff74 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index fcec8f949..1acdc038a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1 @@
-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
+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. To build it using Maven 3, run 'mvn clean install'.