Closed hohwille closed 4 years ago
It also needs to be considered that we have to resolve all dependencies transitively for this. As this is quite greedy it will cause quite some performance overhead.
This issue was already implemented and released with 1.0.0-beta4
.
See #27
We can already create a Java project from maven POM. However this currently relies on the context class loader. We should offer a way that this can also be used such that a custom
ClassLoader
is constructed from the POM project to load the bytecode from there.