Skip to content

Instantly share code, notes, and snippets.

@shitalm
Created June 18, 2025 11:23
Show Gist options
  • Save shitalm/1f398c0878ee92b95d720aace56c9c1c to your computer and use it in GitHub Desktop.
Save shitalm/1f398c0878ee92b95d720aace56c9c1c to your computer and use it in GitHub Desktop.
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