File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1078
1078
<version >${jacoco.plugin.version} </version >
1079
1079
</plugin >
1080
1080
1081
- <plugin >
1082
- <groupId >org.liquibase</groupId >
1083
- <artifactId >liquibase-maven-plugin</artifactId >
1084
- <version >${liquibase.version} </version >
1085
- <configuration >
1086
- <changeLogFile >${basedir} /src/main/resources/liquibase/changelog.xml</changeLogFile >
1087
- <migrationSqlOutputFile >/dev/stdout</migrationSqlOutputFile >
1088
- <!-- See also application-prod.properties -->
1089
- <contexts >scheme,init-data,prod-data</contexts >
1090
- <!-- This configuration matches with infra/docker/prod.yml -->
1091
- <driver >com.mysql.jdbc.Driver</driver >
1092
- <url >jdbc:mysql://localhost:3306/mystamps?characterEncoding=UTF-8& useSSL=false</url >
1093
- <username >mystamps</username >
1094
- <password >secret</password >
1095
- </configuration >
1096
- </plugin >
1097
-
1098
1081
<!--
1099
1082
Usage: ./mvnw org.owasp:dependency-check-maven:check
1100
1083
(analyze dependencies for vulnerabilities and creates report in target/dependency-check-report.html)
You can’t perform that action at this time.
0 commit comments