Skip to content

Commit dbb3672

Browse files
committed
Add docu for skipt property
1 parent 46623e0 commit dbb3672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ are replaced using `packageName` | `String` | none | {nok}
118118
| `templateFile` | The path and name of the velocity template file containing the macro library. See xref:java-aspect-tooling.adoc#providing-custom-macros-for-code-generation[Providing Custom Macros for Code Generation]. | `String` | none | {nok}
119119
| `executeLibraryMacros` | Execute the macros provided in the velocity macro library. | `Boolean` | `false` | {nok}
120120
| `disableJacksonAnnotations` | Leads to generated Java code that does not contain https://github.com/FasterXML/jackson[Jackson] annotations. | `Boolean` | `false` | {nok}
121+
| `skip` | Skip execution of plugin and generation | `Boolean` | `false` | {nok}
121122
|===
122123

123124
=== Generate Static Meta Classes

0 commit comments

Comments
 (0)