Java plugin should not copy all jar files
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
Java plugin copies all jar files found in the build output. This includes test dependencies which should not be present in the resulting image.
Java plugin is unable to distinguish between test and runtime dependencies as it is build-system specific.
We need to design a way to determine the test dependencies,.
### Why it needs to get done
By default Java plugin deploys all the jar files including test dependencies.
Evaluation history
No evaluation history available.