forked from loafle/openapi-generator-original
maven plugin: log global settings, minor improvements (#16961)
This commit is contained in:
@@ -903,6 +903,7 @@ public class CodeGenMojo extends AbstractMojo {
|
||||
return;
|
||||
}
|
||||
adjustAdditionalProperties(config);
|
||||
GlobalSettings.log();
|
||||
new DefaultGenerator(dryRun).opts(input).generate();
|
||||
|
||||
if (buildContext != null) {
|
||||
|
||||
Reference in New Issue
Block a user