mirror of
https://gitlab01.pm.org.ru/tnt/liquibase/liquibase-maven.git
synced 2026-01-12 09:14:48 +08:00
liquibase properties in pom.xml single env. it works.
This commit is contained in:
parent
b1d3027a74
commit
4940edd398
16
pom.xml
16
pom.xml
@ -11,15 +11,15 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<logback.version>1.2.13</logback.version>
|
<!-- <logback.version>1.2.13</logback.version>
|
||||||
<slf4j.version>1.7.36</slf4j.version>
|
<slf4j.version>1.7.36</slf4j.version> -->
|
||||||
<liquibase.version>4.17.0</liquibase.version>
|
<liquibase.version>4.17.0</liquibase.version>
|
||||||
<postgresql.version>42.6.0</postgresql.version>
|
<postgresql.version>42.6.0</postgresql.version>
|
||||||
<snakeyaml.version>1.32</snakeyaml.version>
|
<snakeyaml.version>1.32</snakeyaml.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!--Logging-->
|
<!--Logging-->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>${slf4j.version}</version>
|
<version>${slf4j.version}</version>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<version>${logback.version}</version>
|
<version>${logback.version}</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
|
|
||||||
<!--JDBC drivers-->
|
<!--JDBC drivers-->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.liquibase</groupId>
|
<groupId>org.liquibase</groupId>
|
||||||
<artifactId>liquibase-maven-plugin</artifactId>
|
<artifactId>liquibase-maven-plugin</artifactId>
|
||||||
<version>${liquibase.version}</version>
|
<version>4.17.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<changeLogFile>prod/master.xml</changeLogFile>
|
<changeLogFile>prod/master.xml</changeLogFile>
|
||||||
<driver>org.postgresql.Driver</driver>
|
<driver>org.postgresql.Driver</driver>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<goal>diff</goal>
|
<goal>diff</goal>
|
||||||
<dataDir>prod/data</dataDir>
|
<dataDir>prod/data</dataDir>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<logging>debug</logging>
|
<!-- <logging>debug</logging> -->
|
||||||
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
|
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -89,7 +89,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- <profile.propertyFile>dev/liquibase.properties</profile.propertyFile> -->
|
<profile.propertyFile>dev/liquibase.properties</profile.propertyFile>
|
||||||
<changeLogFile>dev/master.xml</changeLogFile>
|
<changeLogFile>dev/master.xml</changeLogFile>
|
||||||
<driver>org.postgresql.Driver</driver>
|
<driver>org.postgresql.Driver</driver>
|
||||||
<username>dbuser01</username>
|
<username>dbuser01</username>
|
||||||
@ -136,4 +136,4 @@
|
|||||||
</activation>
|
</activation>
|
||||||
</profile>-->
|
</profile>-->
|
||||||
<!-- </profiles> -->
|
<!-- </profiles> -->
|
||||||
</project>
|
<!-- </project> -->
|
||||||
Loading…
x
Reference in New Issue
Block a user