Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes Minikube extension doesn't generate the minikube.yml file while using Maven 3.8.5 #24644

Closed
lucamolteni opened this issue Mar 30, 2022 · 4 comments
Labels
area/kubernetes area/maven kind/bug Something isn't working triage/upstream Used for issues which are caused by issues in upstream projects/dependency

Comments

@lucamolteni
Copy link
Contributor

Describe the bug

If the dependency is in a separate profile, using quarkus 2.7.5 with maven 3.8.5 does not generate the minikube.yml

Here's a link of the repoducer

https://github.com/lucamolteni/mvn385bug

Expected behavior

See the minikube.yml file inside the target directory

Actual behavior

No file is generated

How to Reproduce?

Follow the step in https://github.com/lucamolteni/mvn385bug with both maven 3.8.4 and 3.8.5

Output of uname -a or ver

Darwin 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64

Output of java -version

openjdk version "17.0.2" 2022-01-18 OpenJDK Runtime Environment Temurin-17.0.2+8 (build 17.0.2+8) OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode, sharing)

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.7.5

Build tool (ie. output of mvnw --version or gradlew --version)

maven 3.8.4 and 3.8.5

Additional information

No response

@lucamolteni lucamolteni added the kind/bug Something isn't working label Mar 30, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Mar 30, 2022

/cc @geoand, @iocanel, @quarkusio/devtools

@geoand
Copy link
Contributor

geoand commented Mar 30, 2022

Also cc @famod who has followed a Maven 3.8.5 issue that could be related

@famod
Copy link
Member

famod commented Mar 30, 2022

Yeah, that sounds a lot like https://issues.apache.org/jira/browse/MNG-7432
You'll have to wait for Maven 3.8.6 and/or use the following workaround until then: #24285 (comment)

@famod
Copy link
Member

famod commented Mar 30, 2022

This is now listed under known issues: https://maven.apache.org/docs/3.8.5/release-notes.html#known-issues

I'll close this because it's a thirdparty issue.

@famod famod closed this as completed Mar 30, 2022
@famod famod added triage/wontfix This will not be worked on triage/upstream Used for issues which are caused by issues in upstream projects/dependency and removed triage/wontfix This will not be worked on labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes area/maven kind/bug Something isn't working triage/upstream Used for issues which are caused by issues in upstream projects/dependency
Projects
None yet
Development

No branches or pull requests

3 participants