MVN

org.sourceforge.xradar : maven-xradar-plugin

Maven & Gradle

Jun 16, 2008

maven-xradar-plugin Maven Mojo · 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>org.sourceforge.xradar</groupId>
    <artifactId>maven-xradar-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sourceforge.xradar : maven-xradar-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of org.sourceforge.xradar : maven-xradar-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
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>org.sourceforge.xradar</groupId>
    <artifactId>maven-xradar-plugin</artifactId>
    <version>0.1</version>
</plugin>