Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13132

Incorrect site links when aggregator pom and parent pom are different

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None
    • Jenkins 1.455

      With the following project structure

      trunk/pom.xml
      trunk/parent-module/pom.xml
      trunk/other-module/pom.xml
      ...

      where parent-module is the parent of other modules listed in the aggregator pom, a deployed maven site has the following structure:

      site/* - for parent-module site
      site/other-module/* - for other-module site
      ...
      site/main/* - for aggregator pom site

      and relative links that match this structure.

      Jenkins, as described in the fix for JENKINS-2531, creates a different directory structure, so the links fail.

          [JENKINS-13132] Incorrect site links when aggregator pom and parent pom are different

          There are no comments yet on this issue.

            Unassigned Unassigned
            mdp mdp
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: