Skip to content

Lazy load generatedResourcesFoldername #17

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lnqs
Copy link

@lnqs lnqs commented Nov 7, 2019

When using this from a maven plugin, the getting the ClassPathResource
path fails, causing an error to be logged, even if the path is going to
be set explicitly.
By moving the initialization of the path to the getter, trying to get
the path automatically can be omitted if it is set explicitly, avoiding
the error message that doesn't make any sense in this case.

When using this from a maven plugin, the getting the ClassPathResource
path fails, causing an error to be logged, even if the path is going to
be set explicitly.
By moving the initialization of the path to the getter, trying to get
the path automatically can be omitted if it is set explicitly, avoiding
the error message that doesn't make any sense in this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant