Thursday, May 24, 2012

Compile Jasper reports with Maven Plugin

2 comments:
jasperreports-maven-plugin is a plugin which is used to convert all the jrxml files(Designed templtes) to .jasper files.     <build>         <plugins>             <plugin>                 <groupId>org.codehaus.mojo</groupId>    ...
Read More