diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 17:42:58 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-03 12:34:56 +0100 |
commit | 2d49d6379ce656e10fbbf3eef246441f818ae00e (patch) | |
tree | 34b3bdd20a7c1194b48fc9a577d8119e719d6592 /packages/pom.xml | |
parent | 1a3b1186e49604f47775c87502b1160f7f6c974f (diff) |
OpenSuse docker file for xacml-pdp
Issue-ID: POLICY-4194
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I59af00368d35d9a4ade1332fcff5f3013edf3528
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 4ddc17c5..ec7474ef 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -4,13 +4,14 @@ ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,7 +19,7 @@ limitations under the License. ============LICENSE_END========================================================= --> - + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -57,6 +58,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFile>Dockerfile</dockerFile> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>policy-xacmlpdp-tarball</module> + <module>policy-xacmlpdp-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFile>suse.Dockerfile</dockerFile> </properties> </profile> </profiles> |