summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/pom.xml')
-rw-r--r--dozentenmodulserver/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dozentenmodulserver/pom.xml b/dozentenmodulserver/pom.xml
index c54ce5bf..15c297e9 100644
--- a/dozentenmodulserver/pom.xml
+++ b/dozentenmodulserver/pom.xml
@@ -17,6 +17,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.class>org.openslx.bwlp.sat.App</main.class>
<maven.build.timestamp.format>yyyy.MM.dd HH:mm</maven.build.timestamp.format>
+ <dozmod.server.master.host>bwlp-masterserver.ruf.uni-freiburg.de</dozmod.server.master.host>
+ <dozmod.server.master.port>9091</dozmod.server.master.port>
+ <dozmod.server.master.ssl>true</dozmod.server.master.ssl>
</properties>
<repositories>
@@ -37,6 +40,14 @@
<profiles>
<profile>
+ <id>dozmod-server:config:custom-master-server</id>
+ <properties>
+ <dozmod.server.master.host>192.168.200.10</dozmod.server.master.host>
+ <dozmod.server.master.port>9090</dozmod.server.master.port>
+ <dozmod.server.master.ssl>false</dozmod.server.master.ssl>
+ </properties>
+ </profile>
+ <profile>
<id>dozmod-server:start</id>
<build>
<defaultGoal>pre-integration-test</defaultGoal>
@@ -55,6 +66,11 @@
</execution>
</executions>
<configuration>
+ <environmentVariables>
+ <DOZMOD_SERVER_MASTER_HOST>${dozmod.server.master.host}</DOZMOD_SERVER_MASTER_HOST>
+ <DOZMOD_SERVER_MASTER_PORT>${dozmod.server.master.port}</DOZMOD_SERVER_MASTER_PORT>
+ <DOZMOD_SERVER_MASTER_USE_SSL>${dozmod.server.master.ssl}</DOZMOD_SERVER_MASTER_USE_SSL>
+ </environmentVariables>
<executable>docker-compose</executable>
<arguments>
<argument>up</argument>