github basepom/basepom basepom-46
Version 46

latest releases: basepom-59, basepom-58, basepom-57...
21 months ago

Changed

  • Bump invoker plugin to 3.3.0 (from 3.2.2)

  • Bump pmd plugin to 3.17.0 (from 3.16.0)

  • Bump failsafe plugin to 3.0.0-M7 (from 3.0.0-M6)

  • Bump surefire plugin to 3.0.0-M7 (from 3.0.0-M6)

  • Bump site plugin to 4.0.0-M2 (from 4.0.0-M1)

  • Bump enforcer plugin to 3.1.0 (from 3.0.0)

  • Bump release plugin to 3.0.0-M6 (from 3.0.0-M5)

  • Bump assembly plugin to 3.4.1 (from 3.3.0)

  • Bump spotbugs plugin to 4.7.1.0 (from 4.7.0)

  • Bump pmd to 6.47.0 (from 6.45.0)

  • Bump checkstyle to 10.3.1 to (from 10.2)

  • Bump spotbugs to 4.7.1 (from 4.7.0)

  • spotbugs now supports multiple exclusion files. This version changes the default exclusion setup in the minimal and oss:

Old:

  <excludeFilterFile>spotbugs/spotbugs-suppress.xml</excludeFilterFile>

New:

<excludeFilterFiles>
    <excludeFilterFile>spotbugs/spotbugs-suppress.xml</excludeFilterFile>
</excludeFilterFiles>

If a project supplies its own spotbugs exclusion file, it can no longer rely on overwriting the default file by setting the excludeFilteFile property but must do

<excludeFilterFiles combine.children="overwrite">
    <excludeFilterFile>... new exclusion files ...</excludeFilterFile>
</excludeFilterFiles>

Otherwise, the default exclusion file will be loaded in addition to any project specific files. There are only very few exclusions (see this file for a full list) so this might not be a big problem.

Don't miss a new basepom release

NewReleases is sending notifications on new releases.