How make use of liquibase-modify-column.jar in maven project?

I’m new to liquibase, Can anybody help me on how to use liquibase-modify-column jar for using modifyColumn feature in liquibase 3.6.3 to fix the current problem.

cvc-complex-type.2.4.a: Invalid content was found starting with element '{“http://www.liquibase.org/xml/ns/dbchangelog”:modifyColumn}’.

I have use modifyColumn tag with liquibase 3.6.3, Please help me how can i able to use.

As per the liquibase github Wiki - Home · liquibase/liquibase-modify-column Wiki · GitHub
modifyColumn tag can be used with modify-column.jar.

So, How can i make it work with my maven project?

Thank You.

Hi @Dilli_Babu_S ,

I looked at liquibase-modify-column jar, and the project looks depricated. So, I would encourage you to look into how you would use a more up to date version of liquibase.

That said, liquibase extension jars can just be listed as plugin dependencies in maven.

hi @ronak , Thanks for your answer. We have lot more changes with modifyColum. so we preferred to use this jar. Now it was working fine by using tag ext:modifyColumn by using ext schema definition in our changelog file.

1 Like