Skip to content

Commit fe4cd5e

Browse files
committed
Fix ordering of the statements as bare statements are allowed only once
1 parent 951c124 commit fe4cd5e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

developer/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@
152152
</goals>
153153
<configuration>
154154
<sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand>
155+
</configuration>
156+
</execution>
157+
<execution>
158+
<id>prefill-configuration</id>
159+
<phase>process-test-resources</phase>
160+
<goals>
161+
<goal>execute</goal>
162+
</goals>
163+
<configuration>
155164
<sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand>
156165
</configuration>
157166
</execution>

0 commit comments

Comments
 (0)