commit | 98fe6d84f7df9d5b007dff91f630c94c41529937 | [log] [tgz] |
---|---|---|
author | Anaël Closson <ac2550@intl.att.com> | Wed Apr 12 11:10:10 2017 +0200 |
committer | Anaël Closson <ac2550@intl.att.com> | Wed Apr 12 13:15:47 2017 +0200 |
tree | 9e2e6075a80741e40f82bffc66bddd3a116fcbe5 | |
parent | e1dcfc5600388c7c4620d5f16d94627db1c52e2e [diff] |
Allow push on custom repo Current configuration doesn't give the possibility to fully change where the artifacts should be pushed. This blocks the possibility to push artifacts to a custom repository outside of the LF Change-Id: Ie5b9e7549af508b4e413a10abbf270f59d5679e5 Signed-off-by: Anaël Closson <ac2550@intl.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