File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,17 @@ SPDX-License-Identifier: Apache-2.0
159
159
<extensions >true</extensions >
160
160
<executions >
161
161
<execution >
162
- <id >build-basex </id >
162
+ <id >build-generic </id >
163
163
<goals >
164
- <goal >build</goal >
165
164
<goal >generate-code</goal >
166
165
<goal >generate-code-tests</goal >
167
166
</goals >
167
+ </execution >
168
+ <execution >
169
+ <id >build-basex</id >
170
+ <goals >
171
+ <goal >build</goal >
172
+ </goals >
168
173
<configuration >
169
174
<properties >
170
175
<quarkus .profile>prod-basex</quarkus .profile>
@@ -180,8 +185,6 @@ SPDX-License-Identifier: Apache-2.0
180
185
<id >build-postgresql</id >
181
186
<goals >
182
187
<goal >build</goal >
183
- <goal >generate-code</goal >
184
- <goal >generate-code-tests</goal >
185
188
</goals >
186
189
<configuration >
187
190
<properties >
You can’t perform that action at this time.
0 commit comments