Skip to content

Commit

Permalink
Fix generated doco
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 2, 2024
1 parent d013a32 commit 55343dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ under the License.
| 24. | `"aether.dependencyCollector.pool.dependencyLists"` | `String` | Flag controlling interning data pool type used by dependency lists collector for ArtifactDescriptor (POM) instances, matters for heap consumption. By default, uses “weak” references (consume less heap). Using “hard” will make it much more memory aggressive and possibly faster (system and Java dependent). Supported values: "hard", "weak". | `"hard"` | 1.9.22 | No | Session Configuration |
| 25. | `"aether.dependencyCollector.pool.descriptor"` | `String` | Flag controlling interning data pool type used by dependency collector for ArtifactDescriptor (POM) instances, matters for heap consumption. By default, uses “weak” references (consume less heap). Using “hard” will make it much more memory aggressive and possibly faster (system and Java dependent). Supported values: "hard", "weak". | `"hard"` | 1.9.5 | No | Session Configuration |
| 26. | `"aether.dependencyCollector.pool.internArtifactDescriptorDependencies"` | `Boolean` | Flag controlling interning artifact descriptor dependencies. | `false` | 1.9.22 | No | Session Configuration |
| 27. | `"aether.dependencyCollector.pool.internArtifactDescriptorManagedDependencies"` | `Boolean` | Flag controlling interning artifact descriptor managed dependencies. | `false` | 1.9.22 | No | Session Configuration |
| 27. | `"aether.dependencyCollector.pool.internArtifactDescriptorManagedDependencies"` | `Boolean` | Flag controlling interning artifact descriptor managed dependencies. | `true` | 1.9.22 | No | Session Configuration |
| 28. | `"aether.dependencyManager.verbose"` | `Boolean` | The key in the repository session's used to store a flag controlling the verbose mode for dependency management. If enabled, the original attributes of a dependency before its update due to dependency management will be recorded * in the node's when building a dependency graph. | `false` | | No | Session Configuration |
| 29. | `"aether.generator.gpg.agentSocketLocations"` | `String` | The GnuPG agent socket(s) to try. Comma separated list of socket paths. If relative, will be resolved from user home directory. | `".gnupg/S.gpg-agent"` | 2.0.0 | No | Session Configuration |
| 30. | `"aether.generator.gpg.enabled"` | `Boolean` | Whether GnuPG signer is enabled. | `false` | 2.0.0 | No | Session Configuration |
Expand Down

0 comments on commit 55343dc

Please sign in to comment.