Quarkus fails when using jgitver #28375
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
kind/bug
Something isn't working
Milestone
Describe the bug
Hi,
It seems that Quarkus doesn't work properly when the maven project is using the jgitver-maven-plugin - a maven plugin to automatically define the maven project version based on git branches as tags.
Thanks.
Expected behavior
The
./mvnw quarkus:dev
should start Quarkus in development mode, instead of failing.Actual behavior
Running
./mvnw quarkus:dev
fails with the following error:Output from running
./mvnw quarkus:dev -X
: debug.txtHow to Reproduce?
quarkus create
..mvn/extensions.xml
to the project with the following content:0.0.0-SNAPSHOT
instead of0.0.0-NOT_A_GIT_REPOSITORY
:./mvnw quarkus:dev
.Output of
uname -a
orver
Linux laptop-2220 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.4" 2022-07-19 LTS
OpenJDK Runtime Environment Corretto-17.0.4.8.1 (build 17.0.4+8-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.4.8.1 (build 17.0.4+8-LTS, mixed mode, sharing)
GraalVM version (if different from Java)
N/A
Quarkus version or git rev
2.13.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Additional information
No response
The text was updated successfully, but these errors were encountered: