fix pom.xml warning duplicate groupId versionId

Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
15 files changed
tree: 06eb107a487e24d3fcd690f6e4770691d7950ae8
  1. BRMSGateway/
  2. ECOMP-PAP-REST/
  3. ECOMP-PDP/
  4. ECOMP-PDP-REST/
  5. ECOMP-REST/
  6. ecomp-sdk-app/
  7. ECOMP-TEST/
  8. ECOMP-XACML/
  9. LogParser/
  10. packages/
  11. PolicyEngineAPI/
  12. PolicyEngineClient/
  13. PolicyEngineUtils/
  14. project-configs/
  15. PyPDPServer/
  16. .gitattributes
  17. .gitignore
  18. .gitreview
  19. LICENSE.txt
  20. pom.xml
  21. README.md
  22. version.properties
README.md

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