mirror of
https://gitlab01.pm.org.ru/tnt/liquibase/liquibase-maven.git
synced 2026-01-12 06:44:47 +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>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<logback.version>1.2.13</logback.version>
|
||||
<slf4j.version>1.7.36</slf4j.version>
|
||||
<!-- <logback.version>1.2.13</logback.version>
|
||||
<slf4j.version>1.7.36</slf4j.version> -->
|
||||
<liquibase.version>4.17.0</liquibase.version>
|
||||
<postgresql.version>42.6.0</postgresql.version>
|
||||
<snakeyaml.version>1.32</snakeyaml.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<!--Logging-->
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
@ -38,7 +38,7 @@
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
|
||||
<!--JDBC drivers-->
|
||||
<dependency>
|
||||
@ -57,7 +57,7 @@
|
||||
<plugin>
|
||||
<groupId>org.liquibase</groupId>
|
||||
<artifactId>liquibase-maven-plugin</artifactId>
|
||||
<version>${liquibase.version}</version>
|
||||
<version>4.17.0</version>
|
||||
<configuration>
|
||||
<changeLogFile>prod/master.xml</changeLogFile>
|
||||
<driver>org.postgresql.Driver</driver>
|
||||
@ -71,7 +71,7 @@
|
||||
<goal>diff</goal>
|
||||
<dataDir>prod/data</dataDir>
|
||||
<verbose>true</verbose>
|
||||
<logging>debug</logging>
|
||||
<!-- <logging>debug</logging> -->
|
||||
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@ -89,7 +89,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<!-- <profile.propertyFile>dev/liquibase.properties</profile.propertyFile> -->
|
||||
<profile.propertyFile>dev/liquibase.properties</profile.propertyFile>
|
||||
<changeLogFile>dev/master.xml</changeLogFile>
|
||||
<driver>org.postgresql.Driver</driver>
|
||||
<username>dbuser01</username>
|
||||
@ -136,4 +136,4 @@
|
||||
</activation>
|
||||
</profile>-->
|
||||
<!-- </profiles> -->
|
||||
</project>
|
||||
<!-- </project> -->
|
||||
Loading…
x
Reference in New Issue
Block a user