@@ -31,10 +31,6 @@ SPDX-License-Identifier: Apache-2.0
31
31
<groupId >org.lfenergy.compas.scl.data</groupId >
32
32
<artifactId >repository</artifactId >
33
33
</dependency >
34
- <dependency >
35
- <groupId >org.lfenergy.compas.scl.data</groupId >
36
- <artifactId >repository-basex</artifactId >
37
- </dependency >
38
34
<dependency >
39
35
<groupId >org.lfenergy.compas.scl.data</groupId >
40
36
<artifactId >repository-postgresql</artifactId >
@@ -171,28 +167,8 @@ SPDX-License-Identifier: Apache-2.0
171
167
<goal >generate-code-tests</goal >
172
168
</goals >
173
169
</execution >
174
- <execution >
175
- <id >build-basex</id >
176
- <goals >
177
- <goal >build</goal >
178
- </goals >
179
- <configuration >
180
- <properties >
181
- <quarkus .profile>prod-basex</quarkus .profile>
182
- <quarkus .package.output-directory>basex-quarkus-app</quarkus .package.output-directory>
183
- <quarkus .docker.dockerfile-jvm-path>src/main/docker/Dockerfile-basex.jvm
184
- </quarkus .docker.dockerfile-jvm-path>
185
- <quarkus .docker.dockerfile-native-path>src/main/docker/Dockerfile-basex.native
186
- </quarkus .docker.dockerfile-native-path>
187
- <quarkus .container-image.tag>${project.version} -basex</quarkus .container-image.tag>
188
- <quarkus .container-image.additional-tags>latest-basex
189
- </quarkus .container-image.additional-tags>
190
- </properties >
191
- </configuration >
192
- </execution >
193
170
<!-- Put this build execution as last, because we will use this image to do a basic native check (NativeHealthCheckIT).
194
171
This information is written in "target\quarkus-artifact.properties" and used by the integration tests (failsafe).
195
- Sadly there is only 1 file create, so this build overwrites the one from basex.
196
172
-->
197
173
<execution >
198
174
<id >build-postgresql</id >
@@ -285,23 +261,6 @@ SPDX-License-Identifier: Apache-2.0
285
261
<artifactId >maven-failsafe-plugin</artifactId >
286
262
<version >${surefire-plugin.version} </version >
287
263
<executions >
288
- <execution >
289
- <id >integration-test-basex</id >
290
- <goals >
291
- <goal >integration-test</goal >
292
- <goal >verify</goal >
293
- </goals >
294
- <configuration >
295
- <systemPropertyVariables >
296
- <native .image.path>
297
- ${project.build.directory} /basex-quarkus-app/${project.build.finalName} -runner
298
- </native .image.path>
299
- <java .util.logging.manager>org.jboss.logmanager.LogManager
300
- </java .util.logging.manager>
301
- <maven .home>${maven.home} </maven .home>
302
- </systemPropertyVariables >
303
- </configuration >
304
- </execution >
305
264
</executions >
306
265
</plugin >
307
266
</plugins >
0 commit comments