-
Bug
-
Resolution: Fixed
-
Major
-
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
- is related to
-
JENKINS-2531 Links for generated sites in Maven multi-module project are incorrect.
-
- Closed
-
[JENKINS-22673] Sites for nested Maven multi-module projects deeper than one level are archived flat
Link |
New:
This issue is related to |
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} |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 154784 ] | New: JNJira + In-Review [ 195026 ] |
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-22673added test for nested multi-module site building