How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-plugin</artifactId>
<version>1.9.5.0</version>
</plugin>
Choose a version of org.liquibase : liquibase-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
liquibase-plugin-1.9.5.0
|
||
liquibase-plugin-1.9.4.0
|
|||
liquibase-plugin-1.9.3.0
|
|||
liquibase-plugin-1.9.2.0
|
|||
liquibase-plugin-1.9.1.0
|
|||
liquibase-plugin-1.9.0.0
|
|||
1.8.x |
liquibase-plugin-1.8.1.0
|
||
liquibase-plugin-1.8.0.0
|
|||
1.7.x |
liquibase-plugin-1.7.0.0
|
||
1.6.x |
liquibase-plugin-1.6.1.0
|
||
1.5.x |
liquibase-plugin-1.5.2.0
|
||
liquibase-plugin-1.5.1.0
|
|||
1.4.x |
liquibase-plugin-1.4.1.0
|
||
1.3.x |
liquibase-plugin-1.3.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-plugin</artifactId>
<version>1.9.5.0</version>
</plugin>
Advertisement