You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone is going to make additional changes to the PR, and if you want to eliminate some warnings during the build, you can also make the following changes:
pom.xml -> maven-failsafe-plugin -> renamed the systemProperties element to systemPropertyVariables (I get a deprecation warning on this -- however, if the maven-failsafe-plugin version isn't controlled by the project, could be host environment dependent)
change the classes JasperMojoConfiguration and JasperReportCompiler to be "package protected" instead of "public" (eliminates Javadoc warnings as these classes do not need to be public as far as I can tell).
The text was updated successfully, but these errors were encountered:
From #102
The text was updated successfully, but these errors were encountered: