Replies: 1 comment 1 reply
-
After l invested a lot of time investigating here is the cause and the solution (maybe workaround) for this problem. So the error ocurrs in this line of quarkus itself (not my project) : https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/io/quarkus/deployment/steps/ProfileBuildStep.java So to solve this i provided the default profile via mvn command line mvn -U clean install -Dquarkus.profile=prod This is from my point of view a defect because the quarkus should set this value on its own if nothing else is provided. I will create an defect in github repository |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
community,we upgraded this week to latest quarkus version (2.16.0.Final) and we noticed that our builds are failing with very curious exception (see execption bellow). So it seems that the quarkus-maven-plugin is missing some parameter which we never had in the plugin configuration. This is our current plugin configration:
The application is built with "mvn clean install" command. If we revert the version back to 2.15.3.Final then it works without any problems.
I also checked the migration manuals (from 12.15.3.Final -> 12.16.0.Final) and was not able to find there aynthing relevant.
What parameter is missing here? Can someone help us?
Beta Was this translation helpful? Give feedback.
All reactions