eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

Add automatic module name #302

Closed afloarea closed 4 years ago

afloarea commented 4 years ago

Signed-off-by: afloarea adrianfloarea07@yahoo.com

Motivation:

Add automatic module name as per vert-x3/issues#524

Note: The codegen build config is a bit more complex and it uses the assembly plugin. As such, the parent pom could not be used directly. Only the vertx-codegen artifact has an automatic module name. The vertx codegen processor and tck jars do not have automatic module names.