Attribute 'path' is not allowed to appear in element 'createView' (liquibase-maven-plugin)

Description

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'.

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)

λ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\PROGRA~1\Apache\apache-maven-3.6.3\bin\..
Java version: 1.8.0_231, vendor: Oracle Corporation, runtime: C:\Progra~1\Java\jdk1.8.0_231\jre
Default locale: es_ES, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created January 15, 2020 at 2:18 PM
Updated January 15, 2020 at 2:28 PM