Skip to content

Commit 5b119e0

Browse files
committed
Fix description of skipIfConfigurationFileMissing
1 parent ee72683 commit 5b119e0

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin

1 file changed

+1
-1
lines changed

modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin/CodeGenMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class CodeGenMojo extends AbstractMojo {
197197
private String configurationFile;
198198

199199
/**
200-
* Skip the execution if the source file is older than the output folder.
200+
* Skip the execution if the configuration file does not exist.
201201
*/
202202
@Parameter(name = "skipIfConfigurationFileMissing", property = "codegen.skipIfConfigurationFileMissing", defaultValue = "false")
203203
private Boolean skipIfConfigurationFileMissing;

0 commit comments

Comments
 (0)