MVN

com.github.putpixel : liquibase-unwrap-all-maven-plugin

Maven & Gradle

Apr 23, 2018
0 stars

liquibase-unwrap-all-maven-plugin Maven Plugin · This plugin workaround problem of liquibase with "includeAll" tag un-wrapping this annotation in master file. See http://www.liquibase.org/documentation/includeall.html for more info.

<plugin>
    <groupId>com.github.putpixel</groupId>
    <artifactId>liquibase-unwrap-all-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.putpixel : liquibase-unwrap-all-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.github.putpixel : liquibase-unwrap-all-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
liquibase-unwrap-all-maven-plugin-1.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.putpixel</groupId>
    <artifactId>liquibase-unwrap-all-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>

Advertisement