MVN

org.xifix.maven : jasperreport-maven-plugin

Maven & Gradle

Mar 26, 2018
1 stars

Jasper Report Maven Plugin · Compiles JRXML files (JasperReports XML templates) to .jasper files.

<plugin>
    <groupId>org.xifix.maven</groupId>
    <artifactId>jasperreport-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xifix.maven : jasperreport-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of org.xifix.maven : jasperreport-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jasperreport-maven-plugin-0.0.5
jasperreport-maven-plugin-0.0.4

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.xifix.maven</groupId>
    <artifactId>jasperreport-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>

Advertisement