From 765b12811415fdc736cb750668961a3b7f96e4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20M=C3=B8lg=C3=A5rd=20Vester?= Date: Mon, 17 May 2021 00:24:39 +0200 Subject: [PATCH] Fix small mistake in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1839721..fef22c8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Here is a list of all available properties: | cxfVersion | Provider\ | "3.4.3" | The version of CXF to use. | | verbose | Provider\ | true | Enables verbose output from CXF. | | suppressGeneratedDate | Provider\ | true | Suppresses generating dates in CXF. Default is true to support reproducible builds and to work with the build cache. | -| markGenerated | Provider\ | "no" | Adds the @Generated annotation to the generated sources. See below for details as there are some gotchas with this. | | +| markGenerated | Provider\ | "no" | Adds the @Generated annotation to the generated sources. See below for details as there are some gotchas with this. | | | options | ListProperty\ | \[empty\] | Additional options to pass to the tool. See [here](https://cxf.apache.org/docs/wsdl-to-java.html) for details. |