Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- is related to
-
JENKINS-2531 Links for generated sites in Maven multi-module project are incorrect.
-
- Closed
-
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-22673Sites for nested Maven multi-module projects deeper than one level are archived flatCompare: https://github.com/jenkinsci/maven-plugin/compare/a0ab96348cb0...574406cfc25c