Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

roedll/maven-jasper-export-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Maven plugin to export jasper files to PDF, HTML or XML using MySQL as data source.

Usage and configuration

Include the plugin into your pom file

com.abiquo.jasper jasper-export-maven-plugin jasper-export
 <dependencies>
     <dependency>
         <groupId>jasperreports</groupId>
         <artifactId>jasperreports</artifactId>
         <version>${jasperreports.version}</version>
     </dependency>
 </dependencies>

There are required properties:

  • jasperDirectory: Directory where jasper files are located
  • jrxmlDirectory: Directory where the source of jasper files are located
  • outputDirectory: Where the reports will be generated
  • mysqlHost: The MySQL host
  • mysqlDatabase: The MySQL database
  • mysqlUser: The MySQL user
  • mysqlPassword: The MySQL password

Non required properties:

  • exportFormat: valid values are PDF, HTML and XML. The default value is PDF.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published