commit | 765bea37f3d06155581133e0d4ed8468cb62298a | [log] [tgz] |
---|---|---|
author | danielhanrahan <daniel.hanrahan@est.tech> | Thu Sep 01 14:55:46 2022 +0100 |
committer | danielhanrahan <daniel.hanrahan@est.tech> | Thu Sep 01 14:55:46 2022 +0100 |
tree | 4968f5c37dddb51fc8a3a97c7d89a2f54ec4bd8c | |
parent | 35e46060a44f17c68cff654c5f65e3831af03847 [diff] |
Allow setting external dockerfile for apex-pdp If building with an external dockerfile, e.g. using mvn clean install -Pdocker -DdockerFile=/path/to/dockerfile docker will look for project files in the same directory as the new dockerfile. A new property is added for setting the context path, to allow using existing project files in src/main/docker. Issue-ID: POLICY-4334 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I52606f85b720449e8ed9b532e55200c9f825e3cd
Copyright (C) 2016-2018 Ericsson. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy APEX PDP Engine 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