ccjgmwz před 4 roky
rodič
revize
b3bf48b2b5
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  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>