Skip to content

Fixed UP-TO-DATE checking

Compare
Choose a tag to compare
@britter britter released this 02 Aug 14:57
0.3.0
01df2eb

This release fixes UP-TO-DATE checking which previously did not work.
This come however at the cost of an incompatible change so users have to modify their builds in order to continue using the plugin.

Note: This release includes a change in behavior of the HelpMojo generation.
Before 0.3.0 generation of a HelpMojo could be turned on by setting generateHelpMojo to true.
Starting with 0.3.0 generateHelpMojo is deprecated and replaced by helpMojoPackage.
Users now need to define the package of the HelpMojo.
This fixes problems with up-to-date checking (see #16).

Bug fixes

  • Task descriptions for help and descriptor task are swapped (#34)
  • Help mojo task is never up to date because descriptor tasks modifies outputs (#16)

Deprecations

  • The generateHelpMojo setting has been deprecated in favor of helpMojoPackage

Breaking changes

  • Class de.benediktritter.maven.plugin.development.task.HelpGeneratorAccessor has been removed