includeAll does not work when running with the maven plugin

Hi everybody,


I have a problem with ‘includeAll’ when running liquibase via liquibase-maven-plugin 3.5.3.

An example is attached as zip-file shows exactly our use case.It can be executed with the command mvn liquibase:update

It produces the following error:
target/classes/…

For us it sounds like a bug, but maybe we misunderstand something and it is a feature. Can anyone please help us with that problem.

Running liquibase via commandline would be a workaround for us, but this would lead in higher maintenance-effort for us. So we would prefer to execute it via maven directly in our build.