Jasper-report-maven-plugin
Jasper-report-maven-plugin copied to clipboard
A fast jasper report maven plugin
Hello, i am trying to use your plugin and i face an error i can't resolve. I created an empty project with this pom.xml : ``` 4.0.0 com.mycompany testIText 1.0-SNAPSHOT...
I am getting the following error: Failed to execute goal com.alexnederlof:jasperreports-plugin:2.3:jasper (default) on project : The plugin com.alexnederlof:jasperreports-plugin:2.3 requires Maven version 3.1.0 . I am using Apache Maven 3.0.5 (Red...
When this plugin in in a project in Eclipse with m2e, Eclipse will complain that "Plugin Execution not covered by lifecycle configuration". Reason for this is here - https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html You...
I'm using the plugin to compile the Jasper reports XML files using as based on the configuration below com.alexnederlof jasperreports-plugin 2.0 process-sources jasper net.sf.jasperreports.engine.design.JRJdtCompiler src/main/resources/jasperreports src/main/resources/jasperreports .jasper true false 4...
Our Jrxml is depends on couple of my other java project, how to refer those project in this plugin? plugin dependency won't work with process-source phase, if phase is changed...
When trying to compile a mongodb based report. I added ``` xml com.jaspersoft.connectors.mongodb js-mongodb-datasource 2.0.1 com.jaspersoft com.jaspersoft.studio.data.mongodb 2.0.1 ``` whit its respective plugin repos.
Adoption
I am using this plugin at work. Having some dependency problems with it now, and would like to fix them. Therefore I am interested in adoption of this plugin @alexnederlof
com.alexnederlof:jasperreports-plugin:jar:2.8 -> net.sf.jasperreports:jasperreports:jar:6.15.0 -> com.lowagie:itext:jar:2.1.7.js8 The latter is not on maven. Even the latest version of jasperrports (6.20.0) depends on a version of itext not found on maven (2.1.7.js10). See...