diff options
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index db32c8b5a..edac17e4d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021-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 +54,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFileFlavor/> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>policy-clamp-tarball</module> + <module>policy-clamp-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFileFlavor>-Suse</dockerFileFlavor> </properties> </profile> </profiles> |