diff options
author | Manuel Bentele | 2021-05-26 16:57:52 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-05-26 16:57:52 +0200 |
commit | 77650ab688a75adcaa8ad517a754e641b4cb923f (patch) | |
tree | 9b8381e86417cfd7bd337a15813f66b250713039 | |
parent | Build and run master-server as Docker container (diff) | |
download | masterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.tar.gz masterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.tar.xz masterserver-77650ab688a75adcaa8ad517a754e641b4cb923f.zip |
Rename Maven profile for starting/stopping Docker container
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |