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
After updating this plugin to v4, the build is failing due to not finding the configured source folder.
[ERROR] Failed to execute goal com.pro-crafting.tools:jasperreports-maven-plugin:4.0.0:jasper (default) on project <redacted>: Execution default of goal com.pro-crafting.tools:jasperreports-maven-plugin:4.0.0:jasper failed: Configured source directory C:\<redacted>\report\src\main\jasperreports is not a directory
The source folder mentioned in the exception message does in fact not exist but this is also not the configured source folder. It seems that the configured values are ignored now.
There are multiple ways to fix this issue:
Using a higher Maven version (e.g. Maven 3.9.0) (Currently I use Maven 3.8.4).
Using the new artifact id (jasperreports-maven-plugin).
Doing one of those options fixes the issue and I'm certainly not sure how this is possible to be honest. I can provide the full debug logs if needed.
Kind regards,
Daniel
The text was updated successfully, but these errors were encountered:
Wow, this is really fascinating. At first I thought it was an IntelliJ-related caching problem or something similar due to the ways I was able to work around it. The fact I was also just one patch update away from a fixed version is also insane.
Thank you very much for researching and confirming the bug!
If you want I could also create a PR for that change.
After updating this plugin to v4, the build is failing due to not finding the configured source folder.
The source folder mentioned in the exception message does in fact not exist but this is also not the configured source folder. It seems that the configured values are ignored now.
There are multiple ways to fix this issue:
jasperreports-maven-plugin
).Doing one of those options fixes the issue and I'm certainly not sure how this is possible to be honest. I can provide the full debug logs if needed.
Kind regards,
Daniel
The text was updated successfully, but these errors were encountered: