I have got the following error:
net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM. See the Javadoc for more details.
According to the [Dynamicjasper]
(http://dynamicjasper.com/2012/04/18/packaging-fonts/) website, we need to add the following maven dependency.
<dependency>
<groupId>ar.com.fdvs</groupId>
<artifactId>DynamicJasper-core-fonts</artifactId>
<version>1.0</version>
</dependency>
As a suggestion, isn’t it be better to add this dependency to the plugin?