diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-10 13:50:01 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-13 14:23:08 +0200 |
commit | e9b3fead277bdbf0aced2801812cd22c3b8fd625 (patch) | |
tree | 0be1b421373c095597599bc93cdbcee8492cb8b5 /integration-tests/maven/projects/it-maven | |
parent | e940349980c40f87309c9ae80593519952d9dd7f (diff) | |
download | dokka-e9b3fead277bdbf0aced2801812cd22c3b8fd625.tar.gz dokka-e9b3fead277bdbf0aced2801812cd22c3b8fd625.tar.bz2 dokka-e9b3fead277bdbf0aced2801812cd22c3b8fd625.zip |
Fix first integration tests
Diffstat (limited to 'integration-tests/maven/projects/it-maven')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index 47bd633c..9be87779 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -93,8 +93,6 @@ <!-- Default: ${project.artifactId} --> <moduleDisplayName>Maven Integration Test Module</moduleDisplayName> - <!-- See list of possible formats below --> - <outputFormat>html</outputFormat> <!-- Default: ${project.basedir}/target/dokka --> <outputDir>${project.basedir}/output</outputDir> |