diff options
-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> |