Skip to content

Commit 5a6cd19

Browse files
committed
Merge branch 'main' into attachments
2 parents 7445a5e + 4d570bb commit 5a6cd19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

srv/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,8 @@
220220
<configuration>
221221
<commands>
222222
<command>build --for java</command>
223-
<command>deploy --to h2 --with-mocks --dry &gt;
224-
"${project.basedir}/src/main/resources/schema.sql"</command>
225-
<command>deploy --to h2 --dry &gt;
226-
"${project.basedir}/src/main/resources/schema-nomocks.sql"</command>
223+
<command>deploy --to h2 --with-mocks --dry --out "${project.basedir}/src/main/resources/schema.sql"</command>
224+
<command>deploy --to h2 --dry --out "${project.basedir}/src/main/resources/schema-nomocks.sql"</command>
227225
<command>compile srv/cat-service.cds -2 openapi --openapi:url /api/browse &gt;
228226
"${project.basedir}/src/main/resources/swagger/openapi.json"</command>
229227
</commands>

0 commit comments

Comments
 (0)