For Vert.x we need to be able to map module names such as io.vertx.core/2.1.2 to vertx-core-2.1.2.jar. This could be limited to flat repositories and Java, but given how we set up the repository manager for the Java compiler, and how we pass its settings using a list of String arguments, it would take a day to set up properly and test.
At the same time, perhaps this should just be merged with the Maven overrides and the future assemblies. So delaying until the next release for now.
For Vert.x we need to be able to map module names such as
io.vertx.core/2.1.2
tovertx-core-2.1.2.jar
. This could be limited to flat repositories and Java, but given how we set up the repository manager for the Java compiler, and how we pass its settings using a list ofString
arguments, it would take a day to set up properly and test.At the same time, perhaps this should just be merged with the Maven overrides and the future assemblies. So delaying until the next release for now.