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

Scan properties files from classpath and fetch the mapping automatically #183

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nithy1603
Copy link

@nithy1603 nithy1603 commented Sep 6, 2024

This change scans for properties files in the classpath with pattern *-typemapping.properties and automatically fetches the mapping from them. This will remove the need to know the file paths and ensure that the mapping files are fetched even if they are not present in the maven plugin configuration.

Please note that if the typeMappingPropertiesFiles are specified in the configuration, then this scanning is not done. This allows for exclusion of typemapping properties if they are not required.

@nithy1603 nithy1603 marked this pull request as draft September 6, 2024 20:41
@nithy1603 nithy1603 marked this pull request as ready for review September 6, 2024 23:21
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

Successfully merging this pull request may close these issues.

1 participant