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

Ability to replace dependencies #219

Open
cowwoc opened this issue Nov 1, 2023 · 1 comment
Open

Ability to replace dependencies #219

cowwoc opened this issue Nov 1, 2023 · 1 comment

Comments

@cowwoc
Copy link

cowwoc commented Nov 1, 2023

I am adding module-info.class to flyway-core and flyway-database-postgresql and re-packaging it under my local groupId. The problem is that the updated flyway-database-postgresql depends on the original flyway-core that is missing module-info.class. Ideally, I'd like to be able to update the pom.xml of flyway-database-postgresql so it depends upon the new artifact instead of the old one.

@cowwoc
Copy link
Author

cowwoc commented Nov 1, 2023

Better yet, if I am rewrite both artifacts then maybe the plugin should automatically update the references in their pom.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant