quarkus: Arquillian - Failed to locate project pom.xml

Describe the bug Arquillian adapter doesn’t generate pom.xml in created temp directory. The test cannot be run.

Expected behavior Arquillian tests should be able to run.

Actual behavior Integration test with arquillian fails with

Caused by: io.quarkus.bootstrap.BootstrapException: Failed to locate project pom.xml for /tmp/quarkus-arquillian-test2375295500545820582

To Reproduce Reproducer: https://github.com/xstefank/learning-tests/tree/master/quarkus/arquillian

Environment (please complete the following information):

  • Output of uname -a or ver: Linux Set-FI 5.0.17-300.fc30.x86_64 #1 SMP Mon May 20 15:36:26 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Output of java -version: openjdk version “1.8.0_212” OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b03) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b03, mixed mode)
  • GraalVM version (if different from Java): openjdk version “1.8.0_202” OpenJDK Runtime Environment (build 1.8.0_202-20190206132807.buildslave.jdk8u-src-tar–b08) OpenJDK GraalVM CE 1.0.0-rc15 (build 25.202-b08-jvmci-0.58, mixed mode)
  • Quarkus version or git rev: 0.16.0

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (11 by maintainers)

Most upvoted comments

@mkouba can you take a look at this one?