Skip to content

Custom module name leads to hidden packages for maven runner #3011

@atyrin

Description

@atyrin

Configure the Dokka Maven plugin with custom module name:

<plugin>
                <groupId>org.jetbrains.dokka</groupId>
                <artifactId>dokka-maven-plugin</artifactId>
                <version>1.8.10</version>
<!--                <version>1.7.20</version>-->
                <executions>
                    <execution>
                        <phase>pre-site</phase>
                        <goals>
                            <goal>dokka</goal>
                        </goals>
                    </execution>
                </executions>

                <configuration>
                    <moduleName>Dokka Maven Project</moduleName>
                </configuration>
            </plugin>

As a result, rendered documentation will filter out all sources:
image

The issue appeared in 1.8.10. For 1.7.20, it works fine. Also, it does not reproduce for Gradle runner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugregressionAn issue/bug that appeared after recent changesrunner: CLIAn issue/PR related to Dokka's CLI runnerrunner: Maven pluginAn issue/PR related to Dokka's Maven plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions