Skip to content
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

The sonar.java.binaries can contain more than one directory #12

Open
dmatej opened this issue Nov 2, 2018 · 0 comments
Open

The sonar.java.binaries can contain more than one directory #12

dmatej opened this issue Nov 2, 2018 · 0 comments

Comments

@dmatej
Copy link

dmatej commented Nov 2, 2018

Current JDepend Plugin does not support multiple directories separated by comma (see https://docs.sonarqube.org/display/PLUG/Java+Plugin+and+Bytecode ).

[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.5.0.1254:sonar (sonar) on project winstrom-backend-tests: Could not analyse classes in /var/lib/jenkins/workspace/xxx/backend-tests/../connector/target/classes,
[ERROR] /var/lib/jenkins/workspace/xxx/backend-tests/../core/target/classes,
[ERROR] /var/lib/jenkins/workspace/xxx/backend-tests/../core-uiswing/target/classes,
...

See https://github.com/willemsrb/sonar-jdepend-plugin/blob/master/src/main/java/nl/futureedge/sonar/plugin/jdepend/sensor/JdependSensor.java#L65

dmatej added a commit to dmatej/sonar-jdepend-plugin that referenced this issue Nov 2, 2018
- sonar.java.binaries can contain multiple directories separated by comma
dmatej added a commit to dmatej/sonar-jdepend-plugin that referenced this issue Nov 2, 2018
…ions of SonarQube

- dropped support of 5.6
- using new sonar-orchestrator
- tests against latest 7.4 and 6.7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant