I am seeing some weird behavior after running "mvn clean install" to build my Spring Boot app. Whenever I put a PDF document in my "static" folder or any other folder serving files into my app, the compiled version of the PDF files are all blank. These compiled versions are found in the target/classes/static
folder, along with all my other static images, js, css which is just fine. I'm running my localdev environment on MacOS Mojave 10.14.1, Apache Maven 3.6.0 installed via Homebrew, and Spring Boot 2.1.1.
Any ideas or suggestions? I tried multiple PDF files including some local ones and some internet downloads, so I think it's happening to all of them in general.