We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee72683 commit 5b119e0Copy full SHA for 5b119e0
modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin/CodeGenMojo.java
@@ -197,7 +197,7 @@ public class CodeGenMojo extends AbstractMojo {
197
private String configurationFile;
198
199
/**
200
- * Skip the execution if the source file is older than the output folder.
+ * Skip the execution if the configuration file does not exist.
201
*/
202
@Parameter(name = "skipIfConfigurationFileMissing", property = "codegen.skipIfConfigurationFileMissing", defaultValue = "false")
203
private Boolean skipIfConfigurationFileMissing;
0 commit comments