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 10781078 <version >${jacoco.plugin.version} </version >
10791079 </plugin >
10801080
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-
10981081 <!--
10991082 Usage: ./mvnw org.owasp:dependency-check-maven:check
11001083 (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