Skip to content

graphqlcodegen-maven-plugin-3.2.0

Choose a tag to compare

@deweyjose deweyjose released this 30 May 13:51
· 59 commits to main since this release

What’s Changed

  • Added support for using the plugin without requiring the generated source directory to be manually added to compile paths — #236 by @wleese
  • Documented the addSources parameter, shift execution post success — #237 by @deweyjose

Thanks to @wleese for the great idea and contribution!

As a result of this change, you no longer need to include the build-helper-maven-plugin in your build configuration just to add the GraphQL Codegen plugin’s generated sources. This is now handled automatically.

If you still prefer to manage source compile classpaths manually, you can disable this feature by setting:

<autoAddSource>false</autoAddSource>

Full Changelog: graphqlcodegen-maven-plugin-3.1.0...graphqlcodegen-maven-plugin-3.2.0