The following web app fail to maven clean install: https://github.com/cassiusvm/sfg-pet-clinic
The error is below:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/cassius/git/sfg-pet-clinic/pet-clinic-web/src/main/java/guru/springframework/sfgpetclinic/controllers/PetController.java:[3,47] package guru.springframework.sfgpetclinic.model does not exist
The following web app don't fail to maven clean install: https://github.com/cassiusvm/spring5-recipe-app
On Eclipse IDE 2018-09, both are successfully constructed and they run fine.
Both use Spring Boot 2.1.0 and Java 11.
How to maven install the sfg-pet-clinic web app with success, please ?