diff options
Diffstat (limited to 'integration-tests/maven/projects/it-maven')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index 17aafaf4..8c027d72 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -124,6 +124,8 @@ <!-- Disable linking to online JDK documentation --> <noJdkLink>false</noJdkLink> + <suppressObviousFunctions>false</suppressObviousFunctions> + <!-- Allows to customize documentation generation options on a per-package basis --> <perPackageOptions> <packageOptions> |