I am trying to run analyses on my java project using coverity. Building the project with maven. But when it comes to coverity analyses it founds just 5 units (source files) where the project contains around 280 source files.
Am I missing about maven config beside native build config ? For native build I am setting as mvn -DskipTests install
Coverity is unable to bind to aspect compiler for analysis. One wants to analyze just code quality needs to create another profile without aspect build plugin. But keep in mind that this build will only be for analysis. For product release one still needs to keep aspect if you use in your application.