commit | e2bb8c87c0702cc0311cb99f57382417aa2074d6 | [log] [tgz] |
---|---|---|
author | danielhanrahan <daniel.hanrahan@est.tech> | Tue Aug 30 08:27:13 2022 +0100 |
committer | danielhanrahan <daniel.hanrahan@est.tech> | Thu Sep 01 13:56:24 2022 +0100 |
tree | f1f8ead17848753f3b5fd78a1bd35894c9c32d34 | |
parent | fb22a6bf57d0fb68aff22c49b8dc4309b76219c4 [diff] |
Allow setting external dockerfile for policy-pap 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: Ica6984b0460e5814df56ab6679003e98b983d397
Copyright 2017-2018 AT&T Intellectual Property. 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 Administration Point Backend code.
To build it using Maven 3, run: mvn clean install