summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-05-26 16:57:52 +0200
committerManuel Bentele2021-05-26 16:57:52 +0200
commit77650ab688a75adcaa8ad517a754e641b4cb923f (patch)
tree9b8381e86417cfd7bd337a15813f66b250713039
parentBuild and run master-server as Docker container (diff)
downloadmasterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.tar.gz
masterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.tar.xz
masterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.zip
Rename Maven profile for starting/stopping Docker container
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 330d05b..2fec4f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<profiles>
<profile>
- <id>dozmod-server:start</id>
+ <id>master-server:start</id>
<build>
<defaultGoal>pre-integration-test</defaultGoal>
<plugins>
@@ -47,7 +47,7 @@
</build>
</profile>
<profile>
- <id>dozmod-server:stop</id>
+ <id>master-server:stop</id>
<build>
<defaultGoal>validate</defaultGoal>
<plugins>