22 lines
784 B
Plaintext
22 lines
784 B
Plaintext
= Maven Database Diff
|
|
|
|
This template generates a diff between the Liquibase schema and the Hibernate model of a database.
|
|
The resulting xml can be used as a base for schema changes.
|
|
Please look at the resulting changelog since it can have errors.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|
|
| PATH_TO_DIFF
|
|
| Path to the resulting diff is defined in gradle config, this will also be exposed as the artifact of the Job.
|
|
| "target/db-diff.xml"
|
|
|
|
|MAVEN_CLI_OPTS | Additional Options that will be passed to Maven | ""
|
|
|MAVEN_EXTRA_OPTS | Additional extra options that will be passed to Maven | ""
|
|
|MAVEN_EXTRA_ARGS | Additional extra args that will be passed to Maven | ""
|
|
|
|
|===
|
|
|
|
:template: java/maven/maven-database-diff.gitlab-ci.yml
|
|
include::../../../../template-printer.adoc[] |