Analyze Maven pom with SonarQube

orshachar

Can I analyze pom files correctness using Sonar? (like the maven enforcer plugin rules)

Augusto

The short answer is no. The slightly longer answer is maybe. There is no plugin listed on the office plugins page with this functionality, but it's possible to write a plugin that could run some rules on a maven project and report the issues as like with any other metric...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Analyze SCSS with SonarQube on TeamCity

From Dev

SonarQube: Analyze project with API/webservice

From Dev

SonarQube is unable to analyze file (NullPointerException)

From Dev

SonarQube is unable to analyze file (NullPointerException)

From Dev

SonarQube: How to analyze projects that share multiple modules?

From Dev

Maven package effective pom

From Dev

maven update pom property

From Dev

maven pom xml variables

From Dev

Disable distributionManagement in Maven POM

From Dev

Scratch building a Maven POM

From Dev

Maven "conditional" parent POM?

From Dev

SonarQube exclude Maven module

From Dev

Maven SonarQube multi module

From Dev

SonarQube exclude Maven module

From Dev

Issue with SonarQube 5.6.5 and Maven

From Dev

How to configure mvn dependency:analyze in the pom.xml

From Dev

How to analyze with SonarQube a project where sources and tests are in the same directories

From Dev

How to deeply analyze Java switches over enumerations with SonarQube

From Dev

Is SonarQube able to analyze react/jsx/es6 code?

From Dev

SonarQube does not analyze files after upgrade from 4.2 to 4.3

From Dev

Does anyone know how to get SonarQube to analyze CoffeeScript?

From Dev

SonarQube: How to analyze project that used to be submodule of another project?

From Dev

SonarQube is unable to analyze file: bridge method not marked as synthetic

From Dev

How to set sonarqube to analyze remote code from TFS filesystem?

From Dev

How to deeply analyze Java switches over enumerations with SonarQube

From Dev

SonarQube does not analyze files after upgrade from 4.2 to 4.3

From Dev

Does anyone know how to get SonarQube to analyze CoffeeScript?

From Dev

SonarQube 5.2 fails to analyze Multi-catch Expression in Java

From Dev

SonarQube won't analyze C# project named Test*

Related Related

  1. 1

    Analyze SCSS with SonarQube on TeamCity

  2. 2

    SonarQube: Analyze project with API/webservice

  3. 3

    SonarQube is unable to analyze file (NullPointerException)

  4. 4

    SonarQube is unable to analyze file (NullPointerException)

  5. 5

    SonarQube: How to analyze projects that share multiple modules?

  6. 6

    Maven package effective pom

  7. 7

    maven update pom property

  8. 8

    maven pom xml variables

  9. 9

    Disable distributionManagement in Maven POM

  10. 10

    Scratch building a Maven POM

  11. 11

    Maven "conditional" parent POM?

  12. 12

    SonarQube exclude Maven module

  13. 13

    Maven SonarQube multi module

  14. 14

    SonarQube exclude Maven module

  15. 15

    Issue with SonarQube 5.6.5 and Maven

  16. 16

    How to configure mvn dependency:analyze in the pom.xml

  17. 17

    How to analyze with SonarQube a project where sources and tests are in the same directories

  18. 18

    How to deeply analyze Java switches over enumerations with SonarQube

  19. 19

    Is SonarQube able to analyze react/jsx/es6 code?

  20. 20

    SonarQube does not analyze files after upgrade from 4.2 to 4.3

  21. 21

    Does anyone know how to get SonarQube to analyze CoffeeScript?

  22. 22

    SonarQube: How to analyze project that used to be submodule of another project?

  23. 23

    SonarQube is unable to analyze file: bridge method not marked as synthetic

  24. 24

    How to set sonarqube to analyze remote code from TFS filesystem?

  25. 25

    How to deeply analyze Java switches over enumerations with SonarQube

  26. 26

    SonarQube does not analyze files after upgrade from 4.2 to 4.3

  27. 27

    Does anyone know how to get SonarQube to analyze CoffeeScript?

  28. 28

    SonarQube 5.2 fails to analyze Multi-catch Expression in Java

  29. 29

    SonarQube won't analyze C# project named Test*

HotTag

Archive