MavenSiteArchiver generates incorrect sites for nested submodules

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: maven-plugin
    • None

      Given a project like;

      .

      – module1
        – module3
        `-- pom.xml
      `-- pom.xml
      – module2
      `-- pom.xml
      `-- pom.xml

      When the site goal is run, a maven site link will be generated by the build however the final site structure is flattened to this;

      .

      – module1
      – module2
      `-- module3

      This breaks the links to the nested modules.

            Assignee:
            Unassigned
            Reporter:
            Bernard Leach
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: