From 7937bce5b0289ba186189f42b1832e8c854c5d83 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Mon, 3 Jun 2019 21:45:58 -0400 Subject: Use io.fabric8:docker-maven-plugin to build and push docker images Addressed POLICY-1808 for drools-pdp to fix the tag to be major.minor-SNAPSHOT-latest Issue-ID: POLICY-969 Signed-off-by: Rashmi Pujar Change-Id: I21cd6080972ddf8cf357d6c134203b92fa9eb09b --- packages/pom.xml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'packages/pom.xml') diff --git a/packages/pom.xml b/packages/pom.xml index ff083186..956ed0d1 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017 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,25 +19,35 @@ ============LICENSE_END========================================================= --> - - + 4.0.0 - org.onap.policy.drools-pdp drools-pdp 1.5.0-SNAPSHOT - packages pom - Policy Packages ONAP Policy Drools PDP Installation Packages - - - base - install - docker - + + + default + + true + + + + docker + + base + install + docker + + + false + + + -- cgit 1.2.3-korg