ccjgmwz 4 tahun lalu
induk
melakukan
b3bf48b2b5
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      pom.xml

+ 4 - 3
pom.xml

@@ -184,9 +184,7 @@
             <properties>
                 <env>local</env>
             </properties>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
+
         </profile>
         <profile>
             <id>dev</id>
@@ -205,6 +203,9 @@
             <properties>
                 <env>prod</env>
             </properties>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
         </profile>
     </profiles>
     <build>