aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven/projects
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2020-11-18 14:51:00 +0100
committerKamil Doległo <9080183+kamildoleglo@users.noreply.github.com>2020-11-19 15:12:11 +0100
commit39cceaa3af6df5c419b9cd1f3d880ac8cf7d94a5 (patch)
treefd82be8c80835994ec5785df993ed74beb61fd99 /integration-tests/maven/projects
parent1959b914c0838be814d45f617517ac73fa33cd47 (diff)
downloaddokka-39cceaa3af6df5c419b9cd1f3d880ac8cf7d94a5.tar.gz
dokka-39cceaa3af6df5c419b9cd1f3d880ac8cf7d94a5.tar.bz2
dokka-39cceaa3af6df5c419b9cd1f3d880ac8cf7d94a5.zip
Adjust integration tests to the new package options API
Diffstat (limited to 'integration-tests/maven/projects')
-rw-r--r--integration-tests/maven/projects/it-maven/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml
index 8bd5d956..17aafaf4 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -128,7 +128,7 @@
<perPackageOptions>
<packageOptions>
<!-- Will match kotlin and all sub-packages of it -->
- <prefix>kotlin</prefix>
+ <matchingRegex>kotlin</matchingRegex>
<!-- All options are optional, default values are below: -->
<skipDeprecated>false</skipDeprecated>