sgoertzen / sonar-break-maven-plugin

Fail your maven build if sonar detects issues with the code
MIT License
10 stars 15 forks source link

Update README with up-to-date versions #51

Open krichter722 opened 6 years ago

krichter722 commented 6 years ago

The artifact id sonarbreak has been changed to sonar-break-maven-plugin and the version is 1.2.5, now. The sonar maven plugin 3.x has changed group and artifact id and using the one currently advertised in README causes

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.7.1:sonar (default-cli) on project project1-parent: Execution default-cli of goal org.codehaus.mojo:sonar-maven-plugin:2.7.1:sonar failed: A required class was missing while executing org.codehaus.mojo:sonar-maven-plugin:2.7.1:sonar: org/sonar/batch/bootstrapper/IssueListener

If that's somehow intended the differences in group and artifact ids should be clarified and the above should be added to a troubleshooting section.