This PR also adds a build check to the PR workflow for this package, which will help make reviews faster in the future.
It also removes the Maven dependencies hack (and associated README file), by extracting the Spring Velocity beans directly into our source org/ directory. At the end of the day, Java zips up all classfiles into one file heirachy anyway, so one-off packages create unneccessary maintenance effort.
I'm happy to split this up into 3 PRs if requested.
Task: https://github.com/orgs/UWIT-IAM/projects/2?pane=issue&itemId=28088142
This PR also adds a build check to the PR workflow for this package, which will help make reviews faster in the future.
It also removes the Maven dependencies hack (and associated README file), by extracting the Spring Velocity beans directly into our source
org/
directory. At the end of the day, Java zips up all classfiles into one file heirachy anyway, so one-off packages create unneccessary maintenance effort.I'm happy to split this up into 3 PRs if requested.