diff options
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 552101c9..a029b68b 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019-2021 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. @@ -54,6 +55,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFile>Dockerfile</dockerFile> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>policy-api-tarball</module> + <module>policy-api-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFile>suse.Dockerfile</dockerFile> </properties> </profile> </profiles> |