Skip to content

Releases: r0bb3n/sonar-quality-gate-maven-plugin

1.3.0

24 Oct 12:06
v1.3.0
d557409
Compare
Choose a tag to compare

Added

  • support environment variable SONAR_TOKEN as alternative to the property sonar.login (#243)

Security

1.2.1

03 Apr 12:38
v1.2.1
01a1058
Compare
Choose a tag to compare

Security

1.2.0

23 Dec 21:12
b7f650f
Compare
Choose a tag to compare

Added

1.1.0

25 Feb 20:49
e34147a
Compare
Choose a tag to compare

Added

  • support multi module projects (#55)
  • test coverage increased a lot (#31)

1.0.2

26 Mar 13:15
5199fa9
Compare
Choose a tag to compare

Bugfix to enable publishing to Maven Central.

Changed

  • groupId changed to io.github.r0bb3n to enable maven central deployment

1.0.1

26 Mar 12:52
31f2eee
Compare
Choose a tag to compare

First version to be published to Maven Central. This requires some modification as
described in the Sonatype Guide.

Added

  • provide sources.jar and javadoc.jar and signatures for all build artifacts automatically

Changed

  • groupId changed to io.github.r0bb3n.maven to enable maven central deployment

1.0.0

24 Mar 14:57
Compare
Choose a tag to compare

Integrate with sonar-maven-plugin by using its meta data if available.

Added

  • three modes defined: integrated, simple, advanced
  • integrated mode:
    • read meta data from previous run of sonar-maven-plugin to find correct analysis job
    • wait for analysis evaluated in SonarQube (polling for status updates)

Changed

  • parameters renamed to avoid unintended interferences with sonar-maven-plugin parameters

0.1.0

24 Mar 13:03
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • check project status in SonarQube based on supplied parameters (e.g. branch name)
  • authorization support for SonarQube