Is it possible to perform a meaningful code quality and coverage analysis by only providing the compiled jar files to the SonarScanner? If so, what are the recommended steps?
If analyzing the jar files is not the correct approach, can you confirm the best practice? We are planning to integrate the analysis into our build process using maven so that both the source code and compiled classes are analyzed together. Is this the recommended method for an Apache Camel project?
We are particularly interested in tracking code coverage. What is the standard way to configure test coverage reporting within our Maven or Gradle build and then have SonarQube import that data correctly?