Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Releases: luiinge/maven-java-starter

Version 11.2.0 (Java 11)

19 Dec 16:53
1a04510

Choose a tag to compare

Security:

Changed:

  • Preset property maven.javadoc.failOnError to false in order to prevent builds failing because
    the Javadoc executable was not able to be found

Added:

  • Profiles check.code and generate.reports offer variants to use only a specific tool
    (prevent from downloading unnecessary plugins)

Version 11.1.0 (Java 11)

23 Aug 16:44

Choose a tag to compare

[11.1.0]

Added several profiles to perform static analysis

Added:

  • New profile sonar to perform analysis against a SonarCloud server
  • New profile check.code to perform static analysis
  • New profile check.versions to check obsolete dependencies

Version 11.0.0 (Java 11)

05 Aug 09:32

Choose a tag to compare

v11.0.0

aligned with branch java11