We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.12
plugins
pluginManagement
UpgradePluginVersion
generate-code
generate-code-tests
We cleaned up a few things in the Quarkus Maven Plugin. Make sure the quarkus-maven-plugin section of the pom.xml of your project looks like:
<plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-maven-plugin</artifactId> <version>${quarkus-plugin.version}</version> <extensions>true</extensions> <executions> <execution> <goals> <goal>build</goal> <goal>generate-code</goal> <goal>generate-code-tests</goal> </goals> </execution> </executions> </plugin>
The text was updated successfully, but these errors were encountered:
Requires openrewrite/rewrite#570 and openrewrite/rewrite#571
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.12
plugins
andpluginManagement
sections rewrite#585 details discussed inUpgradePluginVersion
-- ability to upgrade maven plugin version rewrite#579generate-code
andgenerate-code-tests
goals should be addedThe text was updated successfully, but these errors were encountered: