Skip to content

Commit 8a2f648

Browse files
authored
Don't hardcode java build task
1 parent 44f4de7 commit 8a2f648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
</goals>
213213
<configuration>
214214
<commands>
215-
<command>build --for java</command>
215+
<command>build --production</command>
216216
<command>deploy --to h2 --with-mocks --dry &gt;
217217
"${project.basedir}/src/main/resources/schema.sql"</command>
218218
<command>deploy --to h2 --dry &gt;

0 commit comments

Comments
 (0)