Applies to:
- Liquibase Secure (Pro)
Summary:
Liquibase v4.14 separated the Liquibase Community and Liquibase Secure (Pro) jar files and separated the dependencies that each requires. However, there are 16 overlapping resources that Liquibase Secure (Pro) has additional code for, and if the dependencies are not merged, the Liquibase Secure (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 Secure (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 Secure (Pro) command.
Comments
0 comments
Article is closed for comments.