MVN

net.sf.xradar : maven-xradar-plugin

Maven & Gradle

Feb 05, 2010

Maven XRadar Plugin · The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are plans to produce plug ins for other leading languages.

<plugin>
    <groupId>net.sf.xradar</groupId>
    <artifactId>maven-xradar-plugin</artifactId>
    <version>1.2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.xradar : maven-xradar-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 1.2.1-RC1
  • Latest Beta: 1.2-beta-1

All Versions

Choose a version of net.sf.xradar : maven-xradar-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
maven-xradar-plugin-1.2.2
maven-xradar-plugin-1.2.1-RC1
1.2
maven-xradar-plugin-1.2-beta-1
1.1
maven-xradar-plugin-1.1-beta-1
maven-xradar-plugin-1.1-beta
0.1
maven-xradar-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.xradar</groupId>
    <artifactId>maven-xradar-plugin</artifactId>
    <version>1.2.2</version>
</plugin>