We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to load a processed resource from target/test-classes/
The classpath:application.properties doesn't seem to work.
Run maven with -X doesn't show the classpath in debug.
What makes me think resources will be on the project classpath anyway?
Would I use build helper to add target/classes to the classpath?
The text was updated successfully, but these errors were encountered:
In current implementation only plugin classpath is recognized ...
We need build a new classloader based on project targets and project dependencies.
Sorry, something went wrong.
Yes, I see some precursor work has been done here in this PR, perhaps this can be reused/extended?
#42
No branches or pull requests
I want to load a processed resource from target/test-classes/
The classpath:application.properties doesn't seem to work.
Run maven with -X doesn't show the classpath in debug.
What makes me think resources will be on the project classpath anyway?
Would I use build helper to add target/classes to the classpath?
The text was updated successfully, but these errors were encountered: