Skip to content

Commit

Permalink
Merge pull request #29 from yan-3005/yan-3005/issue18-flyway_configur…
Browse files Browse the repository at this point in the history
…ation

Adding configuration for the flyway-maven-plugin
  • Loading branch information
Mom0aut authored Mar 3, 2024
2 parents 2dc8733 + 73f623c commit f1f72a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>${flyway-maven-plugin.version}</version>
<configuration>
<user>localUser</user>
<password>localPw</password>
<url>jdbc:postgresql://localhost:5432/localUser</url>
<schemas>public</schemas>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f1f72a5

Please sign in to comment.