aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a98254e4..80c922ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,5 +75,16 @@
<module>policy-db-migrator</module>
</modules>
</profile>
+ <profile>
+ <id>dockersuse</id>
+ <modules>
+ <module>policy-jre</module>
+ <module>policy-jdk</module>
+ <module>policy-db-migrator</module>
+ </modules>
+ <properties>
+ <docker.dbm.dockerFile>suse.Dockerfile</docker.dbm.dockerFile>
+ </properties>
+ </profile>
</profiles>
</project>