We have a project that uses Spring, Java 8, Maven and Hibernate. It builds successfully with
mvn clean install -Dskip.unit.tests=true
but it errors when we run
mvn hibernate:update
We have a project that uses Spring, Java 8, Maven and Hibernate. It builds successfully with
mvn clean install -Dskip.unit.tests=true
but it errors when we run
mvn hibernate:update