Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable configFiles configuration for maven plugin #2334

Merged
merged 1 commit into from Apr 10, 2019

Conversation

Saljack
Copy link
Contributor

@Saljack Saljack commented Mar 21, 2019

I am not able use multiple config files from pom.xml. After this commit is posible set multiple config files like:

<configFiles>
  <configFile>flyway-dev.conf</configFile>
  <configFile>flyway.conf</configFile>
</configFiles>

@CLAassistant
Copy link

CLAassistant commented Mar 21, 2019

CLA assistant check
All committers have signed the CLA.

@axelfontaine axelfontaine added this to the Flyway 6.0.0 milestone Mar 21, 2019
@axelfontaine axelfontaine merged commit 6399b54 into flyway:master Apr 10, 2019
@axelfontaine
Copy link
Contributor

Good catch! Thank you for investigating and fixing!

axelfontaine pushed a commit to flyway/flywaydb.org that referenced this pull request Apr 10, 2019
dohrayme pushed a commit to dohrayme/flyway that referenced this pull request Feb 3, 2020
Enable configFiles configuration for maven plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants