Created
June 18, 2025 11:23
-
-
Save shitalm/1f398c0878ee92b95d720aace56c9c1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin | Phase | Purpose | |
---|---|---|---|
`openapi-generator-maven-plugin` | `generate-sources` | Generates code from OpenAPI spec | |
`build-helper-maven-plugin` | `generate-sources` | Adds generated code to source set | |
`maven-compiler-plugin` | `compile` | Compiles all source code (including generated) | |
`spring-boot-maven-plugin` | `package` (default) | Packages app as a fat JAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment