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

Sites for nested Maven multi-module projects deeper than one level are archived flat

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • maven-plugin
    • None

      Multi-module projects with nesting more than one level are archived in a flat fashion by the maven-plugin. This results in broken links in the archived maven-site.

      E.g.

      ROOT           site/
       +-A             |-A
       | +-x           |-x
       | +-y    ->     |-y
       +-B             |-B
         +-z           |-z
      

          [JENKINS-22673] Sites for nested Maven multi-module projects deeper than one level are archived flat

          Marcel Steinbach created issue -
          Marcel Steinbach made changes -
          Link New: This issue is related to JENKINS-2531 [ JENKINS-2531 ]
          Marcel Steinbach made changes -
          Description Original: Multi-module projects with nesting more than one level are archived in a flat fashion by the maven-plugin. This results in broken links in the archived maven-site.

          E.g.

          ROOT site/
           +-A |-A
           | +-x |-x
           | +-y -> |-y
           +-B |-B
             +-z |-z

          New: Multi-module projects with nesting more than one level are archived in a flat fashion by the maven-plugin. This results in broken links in the archived maven-site.

          E.g.
          {code}
          ROOT site/
           +-A |-A
           | +-x |-x
           | +-y -> |-y
           +-B |-B
             +-z |-z
          {code}

          Code changed in jenkins
          User: Marcel
          Path:
          src/test/java/hudson/maven/MavenModuleTest.java
          src/test/java/hudson/maven/MavenProjectTest.java
          src/test/resources/hudson/maven/maven-nested-multimodule-site.zip
          http://jenkins-ci.org/commit/maven-plugin/2e719ab36d416e47791b6b53c69195cfbe4b4b8f
          Log:
          JENKINS-22673 added test for nested multi-module site building

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Marcel Path: src/test/java/hudson/maven/MavenModuleTest.java src/test/java/hudson/maven/MavenProjectTest.java src/test/resources/hudson/maven/maven-nested-multimodule-site.zip http://jenkins-ci.org/commit/maven-plugin/2e719ab36d416e47791b6b53c69195cfbe4b4b8f Log: JENKINS-22673 added test for nested multi-module site building

          Code changed in jenkins
          User: Marcel
          Path:
          src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/1c42b1986a1069c80346296fda5b4085f2c30fe7
          Log:
          [FIXED JENKINS-22673] replicate maven project structure for site archiving

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Marcel Path: src/main/java/hudson/maven/reporters/MavenSiteArchiver.java http://jenkins-ci.org/commit/maven-plugin/1c42b1986a1069c80346296fda5b4085f2c30fe7 Log: [FIXED JENKINS-22673] replicate maven project structure for site archiving
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
          src/test/java/hudson/maven/MavenModuleTest.java
          src/test/java/hudson/maven/MavenProjectTest.java
          src/test/resources/hudson/maven/maven-nested-multimodule-site.zip
          http://jenkins-ci.org/commit/maven-plugin/574406cfc25c8c668b8dcf638718c238757ede98
          Log:
          Merge pull request #22 from marcelst/master

          JENKINS-22673 Sites for nested Maven multi-module projects deeper than one level are archived flat

          Compare: https://github.com/jenkinsci/maven-plugin/compare/a0ab96348cb0...574406cfc25c

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: src/main/java/hudson/maven/reporters/MavenSiteArchiver.java src/test/java/hudson/maven/MavenModuleTest.java src/test/java/hudson/maven/MavenProjectTest.java src/test/resources/hudson/maven/maven-nested-multimodule-site.zip http://jenkins-ci.org/commit/maven-plugin/574406cfc25c8c668b8dcf638718c238757ede98 Log: Merge pull request #22 from marcelst/master JENKINS-22673 Sites for nested Maven multi-module projects deeper than one level are archived flat Compare: https://github.com/jenkinsci/maven-plugin/compare/a0ab96348cb0...574406cfc25c
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 154784 ] New: JNJira + In-Review [ 195026 ]

            Unassigned Unassigned
            marcelst Marcel Steinbach
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: