Skip to content

Commit ec9aa2e

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

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,17 @@ SPDX-License-Identifier: Apache-2.0
159159
<extensions>true</extensions>
160160
<executions>
161161
<execution>
162-
<id>build-basex</id>
162+
<id>build-generic</id>
163163
<goals>
164-
<goal>build</goal>
165164
<goal>generate-code</goal>
166165
<goal>generate-code-tests</goal>
167166
</goals>
167+
</execution>
168+
<execution>
169+
<id>build-basex</id>
170+
<goals>
171+
<goal>build</goal>
172+
</goals>
168173
<configuration>
169174
<properties>
170175
<quarkus.profile>prod-basex</quarkus.profile>
@@ -180,8 +185,6 @@ SPDX-License-Identifier: Apache-2.0
180185
<id>build-postgresql</id>
181186
<goals>
182187
<goal>build</goal>
183-
<goal>generate-code</goal>
184-
<goal>generate-code-tests</goal>
185188
</goals>
186189
<configuration>
187190
<properties>

0 commit comments

Comments
 (0)