From 05dc6db4c704bfa413e693276517ca0449e69b8c Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Mon, 17 Jun 2019 11:45:37 -0400 Subject: Use io.fabric8:docker-maven-plugin to build and push docker images Issue-ID: POLICY-969 Signed-off-by: Rashmi Pujar Change-Id: Ic4fcec72d494df0a6e067aa353be49936136518c --- packages/pom.xml | 77 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 37 deletions(-) (limited to 'packages/pom.xml') diff --git a/packages/pom.xml b/packages/pom.xml index f1e3cb9ff..bba89600d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine ================================================================================ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,41 +19,43 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - - org.onap.policy.engine - PolicyEngineSuite - 1.5.0-SNAPSHOT - - packages - pom - Policy Packages - D2 ONAP Policy Installation Packages - - - - default - - true - - - base - install - docker - - - - with-integration-tests - - base - install - - - - - base - install - docker - + + 4.0.0 + + org.onap.policy.engine + PolicyEngineSuite + 1.5.0-SNAPSHOT + + packages + pom + Policy Packages + D2 ONAP Policy Installation Packages + + + + default + + true + + + + docker + + base + install + docker + + + false + + + + with-integration-tests + + base + install + + + -- cgit 1.2.3-korg