We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cde670 commit 24efe5cCopy full SHA for 24efe5c
1 file changed
developer/pom.xml
@@ -152,6 +152,7 @@
152
</goals>
153
<configuration>
154
<sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand>
155
+ <sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand>
156
</configuration>
157
</execution>
158
</executions>
0 commit comments