Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Unclear/Missing documentation about how to configure additionalProperties? #4

Closed
cpolzer opened this issue Nov 22, 2013 · 3 comments
Closed

Comments

@cpolzer
Copy link
Contributor

cpolzer commented Nov 22, 2013

Cheers,

I'd like to get Information on how to configure additionalProperties for the goal

 <goal>compile-reports</goal>

Background Information:
I would like to set a default fontname for the "net.sf.jasperreports.default.font.name" property (Unicode issues).
Thanks in advance!

@alexnederlof
Copy link
Owner

It's not possible withe the current implementation, sorry.

The configuration is done here in JasperReporter.java. I think we could add a list of configuration parameters to the pom like

<jasperConfiguration>
    <net.sf.jasperreports.default.font.name>Ariel</net.sf.jasperreports.default.font.name>
</jasperConfiguration>

If you are willing to open a pull request with the fix, I'd be happy to merge it into the plugin. I'm not sure when I will have some time to implement this myself.

@cpolzer
Copy link
Contributor Author

cpolzer commented Nov 23, 2013

Yes, thats exactly how we expected it to be...
Let me have a look into this at Sunday.

On 23.11.2013, at 00:45, Alex Nederlof notifications@github.com wrote:

It's not possible withe the current implementation, sorry.

The configuration is done here in JasperReporter.java. I think we could add a list of configuration parameters to the pom like

Ariel If you are willing to open a pull request with the fix, I'd be happy to merge it into the plugin. I'm not sure when I will have some time to implement this myself.


Reply to this email directly or view it on GitHub.

@alexnederlof
Copy link
Owner

Fixed in #5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants