Remove uberJar parameter from Maven mojos/goals in 1.13 #14878
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
area/maven
Milestone
Description
As agreed on the mailing list, the
uberJar
parameter inQuarkusBootstrapMojo
(BuildMojo
andGenerateCodeMojo
respectively) should not be used anymore.Instead,
quarkus.package.type=uber-jar
shall be used, as already documented: https://quarkus.io/guides/maven-tooling#uber-jar-mavenImplementation ideas
The text was updated successfully, but these errors were encountered: