Full name:
org.codehaus.mojo:jasperreports-maven-plugin:1.0-beta-2-SNAPSHOT:compile-reports
Description:
Much of this was inspired by the JRAntCompileTask, while trying to make it slightly cleaner and easier to use with Maven's mojo api.
Attributes:
compile.generate-sources.| Name | Type | Since | Description |
|---|---|---|---|
| additionalClasspath | String |
- |
Any additional classpath entry you might want to add to the JasperReports compiler. Not recommended for general use, plugin dependencies should be used instead. |
| additionalProperties | Map |
1.0-beta-2 |
Additional JRProperties |
| classpathElements | List |
- |
(no description) |
| compiler | String |
- |
Uses the Javac compiler by default. This is different from the
original JasperReports ant task, which uses the JDT compiler by
default. Default value is: net.sf.jasperreports.engine.design.JRJavacCompiler. |
| javaDirectory | File |
- |
This is where the generated java sources are stored. |
| keepJava | boolean |
- |
Deprecated. There seems to be an issue with the compiler plugin so don't expect
this to work yet - the dependencies will have disappeared. Default value is: false. |
| keepSerializedObject | boolean |
- |
Deprecated. Not implemented Default value is: true. |
| outputDirectory | File |
- |
This is where the .jasper files are written. |
| outputFileExt | String |
- |
The extension of the compiled report files. Creates files with a
.jasper extension by default. Default value is: .jasper. |
| project | MavenProject |
- |
(no description) |
| sourceDirectory | File |
- |
This is where the xml report design files should be. Default value is: src/main/jasperreports. |
| sourceFileExt | String |
- |
The extension of the source files to look for. Finds files with a
.jrxml extension by default. Default value is: .jrxml. |
| xmlValidation | boolean |
- |
Wether the xml design files must be validated. Default value is: true. |
java.lang.StringNojava.util.Map1.0-beta-2Nojava.util.ListNo${project.compileClasspathElements}java.lang.StringNonet.sf.jasperreports.engine.design.JRJavacCompilerjava.io.FileNo${project.build.directory}/jasperreports/javabooleanNofalsebooleanNotruejava.io.FileNo${project.build.outputDirectory}java.lang.StringNo.jasperorg.apache.maven.project.MavenProjectNo${project}java.io.FileNosrc/main/jasperreportsjava.lang.StringNo.jrxmlbooleanNotrue