From 1f049418db62758e293a13b78af481d5ac03da83 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 3 Aug 2017 13:22:41 -0400 Subject: First commit, adding parent pom Issue-ID: POLICY-139 Change-Id: I93f9aa48a03d392028f5633a1bc6dd0ad8fd5ef3 Signed-off-by: Pamela Dragosh --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..bb4ac0bd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This source repository contains the ONAP Policy Administration Backend 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 -- cgit 1.2.3-korg