Applies to:
- Liquibase Pro
Summary:
Liquibase v4.14 separated the Liquibase Open Source and Liquibase Pro jar files and separated the dependencies that each requires. However, there are 16 overlapping resources that Liquibase Pro has additional code for, and if the dependencies are not merged, the Liquibase Pro resources of those files will not be accessible.
Environment Conditions:
- Any version of Maven
- Liquibase v4.14 or greater
How to merge the overlapping resources
The overlapping resources will need to be merged in order to access all the Liquibase Pro commands.
- Add another transformer to the pom.xml file to merge the overlap.
-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> </transformers>
-
- Build the Maven project
- Run any Liquibase Pro command.
Comments
0 comments
Article is closed for comments.