Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: maven-plugin
-
Labels:None
-
Similar Issues:
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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
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 |
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 | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 154784 ] | 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