Releases: r0bb3n/sonar-quality-gate-maven-plugin
Releases · r0bb3n/sonar-quality-gate-maven-plugin
1.3.0
Added
- support environment variable
SONAR_TOKEN
as alternative to the propertysonar.login
(#243)
Security
- update jackson-databind to fix CVE-2022-42003 and CVE-2022-42004 even if they are not exploitable in here
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
First version to be published to Maven Central. This requires some modification as
described in the Sonatype Guide.
Added
- provide
sources.jar
andjavadoc.jar
and signatures for all build artifacts automatically
Changed
groupId
changed toio.github.r0bb3n.maven
to enable maven central deployment
1.0.0
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