Update docker profile 80/122880/2
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Tue, 27 Jul 2021 14:49:52 +0000 (15:49 +0100)
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Tue, 27 Jul 2021 14:53:47 +0000 (15:53 +0100)
Issue-ID: CPS-520
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I733ce3faf4cc35cfcc050d6183910c090cb25f8e

README.md
pom.xml

index 0a9adfa..6e6ce22 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ mvn clean install
 Following command builds the JAR file and also generates the Docker image:
 
 ```bash
-mvn clean install -Pcps-temporal-docker -Ddocker.repository.push=
+mvn clean install -Pdocker -Ddocker.repository.push=
 ```
 
 ## Running via Docker Compose
diff --git a/pom.xml b/pom.xml
index af98318..ff2cbb7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
 
     <profiles>
         <profile>
-            <id>cps-temporal-docker</id>
+            <id>docker</id>
             <build>
                 <plugins>
                     <plugin>