Skip to content

Commit 9bfff43

Browse files
committed
Demonstrate --out parameter
1 parent a50e415 commit 9bfff43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srv/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
<configuration>
162162
<commands>
163163
<command>build --for java</command>
164-
<command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
165-
srv/src/main/resources/db/changelog/dev/model.sql</command>
166-
<command>deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command>
164+
<command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn
165+
--out srv/src/main/resources/db/changelog/dev/model.sql</command>
166+
<command>deploy --model-only --dry --out srv/src/main/resources/db/changelog/dev/model.csn</command>
167167
</commands>
168168
</configuration>
169169
</execution>

0 commit comments

Comments
 (0)