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

Scope ResourceParse to the current maven project. #353

Merged
merged 1 commit into from
May 6, 2022

Conversation

traceyyoshima
Copy link
Contributor

@traceyyoshima traceyyoshima commented May 6, 2022

Changes:

  • ResourceParser file traversal is scoped to the current maven project.
  • ResourceParser will collect all applicable resources in one file traversal.

fixes #352.

@traceyyoshima traceyyoshima force-pushed the limit_resource_scan_to_current_project branch from 448881f to 6315922 Compare May 6, 2022 19:19
@traceyyoshima traceyyoshima force-pushed the limit_resource_scan_to_current_project branch from 6315922 to 5581984 Compare May 6, 2022 19:27
@traceyyoshima traceyyoshima merged commit edb4019 into main May 6, 2022
@traceyyoshima traceyyoshima deleted the limit_resource_scan_to_current_project branch May 6, 2022 19:40
@tkvangorder tkvangorder added this to the 4.24.0 milestone May 10, 2022
@tkvangorder tkvangorder added the bug Something isn't working label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

The last scan for resource files in MavenMojoProjectParser scans all maven projects.
2 participants