Skip to content
  • Antoine Mottier's avatar
    Various build improvements · 66023f53
    Antoine Mottier authored
    - Remove commented dependency.
    - Extract plugins and libraries version in Maven property.
    - Remove `source` and `target` in `maven-compiler-plugin` replaced by `maven.compiler.release` when running JDK 9 or higher.
    - Add `versions-maven-plugin` configuration to specify a file (`rules.xml`) to ignore alpha, beta, RC and CR versions from available dependencies and plugins updates analysis.
    - Run `versions-maven-plugin` `display-property-updates` goal on `validate` phase.
    66023f53