[ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.6.3:update (default-cli) on project my_project_name: Error setting up or running Liquibase: liquibase.exception.SetupException: Error parsing line 14 column 41 of src/main/resources/liquibase/view/my_view_name.xml: cvc-complex-type.3.2.2: Attribute 'path' is not allowed to appear in element 'createView'.
Environment
λ java -version java version "1.8.0_231" Java(TM) SE Runtime Environment (build 1.8.0_231-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
Hi, took this code from http://staging.liquibase.org/documentation/changes/create_view.html
where the path attribute is supported from version 3.6.0 and i am running liquibase-maven-plugin:3.6.3
[ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.6.3:update (default-cli) on project my_project_name: Error setting up or running Liquibase: liquibase.exception.SetupException: Error parsing line 14 column 41 of src/main/resources/liquibase/view/my_view_name.xml: cvc-complex-type.3.2.2: Attribute 'path' is not allowed to appear in element 'createView'.