diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 09:05:02 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-04 13:08:53 +0000 |
commit | a790f4031d1b2abadf1e8a64713fb0f734a32926 (patch) | |
tree | c238ed8956c6f6905e1655f257f2e8c7588ffaf0 /README.md | |
parent | a7ab43dbd252c5bc70e490f4db94940e6985f25a (diff) |
[POLICY-149]policy-common integration with oparent
Change-Id: I63ae06a4ed4d9f327a75da021d710da6616465c8
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ -This source repository contains ONAP common code, which is shared by 'policy-drools-pdp' and 'policy-engine'. 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 common code, which is shared by +'policy-drools-pdp' and 'policy-engine'. 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 |