Unkown lifecycle phase ".rollbackTag=VersionXX"

Hello

I am trying to perfom a database rollback using liquibase maven pluging.
Running liquibase to update the database works like a charm :slight_smile:

mvn liquibase:update (is ok)

but doing the following :slightly_frowning_face:
mvn liquibase:rollback -Dliquibase.rollbackTag=VersionXXX
does not work at all.
The error message says : " Unkown lifecycle phase “.rollbackTag=VersionXX. You must specify a valid lifecycle phase…”

It is a liquibase issue ? a maven problem ?
From my side the syntax seems to be ok : mvn liquibase:rollback -Dliquibase.rollbackTag=VersionXXX

Any ideas ?
Thanks for your help

Regards

Finally the issue is fixed.
The error is due to the powershell terminal.
Using cmd terminal works like a charm.