Skip to content

Commit 07955e4

Browse files
author
Dennis Labordus
committed
Updated Quarkus Maven Plugin.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 4537001 commit 07955e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ SPDX-License-Identifier: Apache-2.0
162162
<id>build-basex</id>
163163
<goals>
164164
<goal>build</goal>
165+
<goal>generate-code</goal>
166+
<goal>generate-code-tests</goal>
165167
</goals>
166168
<configuration>
167169
<properties>
@@ -178,6 +180,8 @@ SPDX-License-Identifier: Apache-2.0
178180
<id>build-postgresql</id>
179181
<goals>
180182
<goal>build</goal>
183+
<goal>generate-code</goal>
184+
<goal>generate-code-tests</goal>
181185
</goals>
182186
<configuration>
183187
<properties>

0 commit comments

Comments
 (0)