diff --git a/developer/pom.xml b/developer/pom.xml index bba914be752..61cb1108d3a 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -303,32 +303,16 @@ - prefill-schema + prefill-developer-schema process-test-resources execute - INSERT INTO `cloud`.`domain` (id, name, - parent, path, owner) VALUES (1, 'ROOT', NULL, '/', - 2) - - - - prefill-configuration - process-test-resources - - execute - - - INSERT INTO `cloud`.`configuration` - (category, instance, component, name, value) VALUES - ('Hidden', 'DEFAULT', 'management-server', 'init', - 'false') - INSERT INTO `cloud`.`configuration` - (category, instance, component, name, value) VALUES - ('Advanced', 'DEFAULT', 'management-server', 'integration.api.port', - '8096') + true + + ${basedir}/developer-prefill.sql +