pro-crafting / Jasper-report-maven-plugin

A fast jasper report maven plugin
Apache License 2.0
24 stars 2 forks source link

mark jasper mojo as threadsafe #65

Closed Postremus closed 8 months ago

Postremus commented 8 months ago

This prevents a warning when running with e.g. -T 1C flag. The plugin and jasper itself should be threadsafe enough, since we by default run 4 threads anyway..