I would like to know if, by running the command `mvn clean package sonar:sonar`, I could start analy

I would like to know if, by running the command `mvn clean package sonar:sonar`, I could start analyzing Java 2.5 projects, or if SonarQube in general has the capability to perform this type of analysis. Thank you very much.

Hi,

Welcome to the community!

Yes, that command will execute (build, package, and) analysis.

Are you asking about code written in Java 25? (Please, please tell me this isn’t about Java 2.) If so, you should be aware that since Java 25 was only released in mid-September, we’re not fully caught up with it yet. That’s planned for Q1.

 
HTH,
Ann