#73 Include(s) not supported in Maven plugin 0.9.8...
# dokka
u
#73 Include(s) not supported in Maven plugin 0.9.8 [Kotlin/dokka] Issue created by mibes It seems that version 0.9.8 of the Maven plugin does not yet support include(s). It would be nice to do the following, similar to for example the maven-war plugin:
Copy code
<configuration>
                <includes>
                    <include>packages.md</include>
                    <include>extra.md</include>
                </includes>
            </configuration>