Commit 366586e698bef39153c97595078ce313b37dfdbf
1 parent
941a6e65
update
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| ... | ... | @@ -240,7 +240,7 @@ |
| 240 | 240 | <profile> |
| 241 | 241 | <id>dev</id> |
| 242 | 242 | <activation> |
| 243 | - <activeByDefault>true</activeByDefault> | |
| 243 | + <activeByDefault>false</activeByDefault> | |
| 244 | 244 | </activation> |
| 245 | 245 | <properties> |
| 246 | 246 | <environment>dev</environment> |
| ... | ... | @@ -250,7 +250,7 @@ |
| 250 | 250 | <profile> |
| 251 | 251 | <id>test</id> |
| 252 | 252 | <activation> |
| 253 | - <activeByDefault>false</activeByDefault> | |
| 253 | + <activeByDefault>true</activeByDefault> | |
| 254 | 254 | </activation> |
| 255 | 255 | <properties> |
| 256 | 256 | <environment>test</environment> | ... | ... |