Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This plugin enables analysis of XML files within SonarSonarQube.

Some common use cases are:

  • Validation of XHTML files against schemas provided by the W3C (strict, transitional, and others)
  • Validation of XML files against a provided XML schema
  • Validation of rules in XML files (ex: validate the Maven pom files against coding standards)
It is compatible with the Issues Report plugin to run pre-commit local analysis.

Installation

  1. Install the XML plugin through the Update Center or download it into the SONAR SONARQUBE_HOME/extensions/plugins directory
  2. Restart the Sonar serverSonarQubeserver

Usage

Run

...

anAnalysis with the

...

SonarQube Runner (Recommended Way)

To launch a Sonar run an analysis of your XML project, use the Sonar SonarQube Runner.

A sample project is available on github that can be browsed or downloaded/projects/languages/xml/xml-sonar-runner.

Run

...

an Analysis with the other Analyzers

Maven and Ant can also be used to launch analysis on XML projects.

...

Within the same project some files can be checked against XPath rules 'R1', 'R2', etc., others against rules 'R6', 'R7', etc. and so on. So, this rule has to be copied and configured as many times as you have pairs of files/rule.

Metrics

See Metrics documentation page.

Change Log

JIRA Issues
anonymoustrue
titleRelease 1.0 (not yet released)
renderModestatic
width900
columnstype;key;summary;priority
urlhttp://jira.codehaus.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?fixfor=18452&pid=11911&sorter/field=priority&sorter/order=DESC&tempMax=1000

...