-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run sonar gate check on an aggregated project, in which there is some module without sonar report #55
Labels
enhancement
New feature or request
Comments
sonar:sonar generate report based on the top pom, but sonar-quality-gate-maven-plugin:check scan each module to check, which is not our want. |
Hi @Neola , |
r0bb3n
added a commit
that referenced
this issue
Feb 14, 2021
r0bb3n
added a commit
that referenced
this issue
Feb 14, 2021
r0bb3n
added a commit
that referenced
this issue
Feb 14, 2021
…_project feature/GH-55 support multi module project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we have some aggregated projects, which have many modules, and there is no sonar report for some of modules.
when we run "sonar:sonar sonar-quality-gate:check" , it will failed with 404 error, failed to find the project key.
error like below,
[ERROR] Failed to execute goal io.github.r0bb3n:sonar-quality-gate-maven-plugin:1.0.2:check (default-cli) on project api: Bad status code '404' returned from xxxx
as I know sonar:sonar also scan all the modules, but not failed, if sonar-quality-gate:check also can only check the modules with sonar report intelligently.
The text was updated successfully, but these errors were encountered: