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

Native Image Maven Plugin should include provided dependencies for testing #601

Open
graemerocher opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@graemerocher
Copy link
Collaborator

Currently provided scope dependencies are not included in the native image build for JUnit 5 tests. This is inconsistent with the way mvn test works.

To Reproduce

Add a provided scope dependencies then build native image

Expected behavior

All provided scope dependencies should be on the native image classpath for tests (but NOT the native image classpath for runtime)

@graemerocher graemerocher added the bug Something isn't working label Jun 11, 2024
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
None yet
Development

No branches or pull requests

1 participant