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 2038c94 commit 6826474Copy full SHA for 6826474
apache-maven/src/test/resources/maven-configuration.md.vm
@@ -47,9 +47,9 @@ under the License.
47
#if ($val) `$val` #else - #end
48
#end
49
50
-| No | Key | Type | Description | Default Value | Since | Source |
51
-| --- | --- | --- | --- | --- | --- | --- |
+| Key | Type | Description | Default Value | Since | Source |
+| --- | --- | --- | --- | --- | --- |
52
#foreach($key in $keys)
53
-| $foreach.count. | `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
+| `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
54
55
0 commit comments