-
Bug
-
Resolution: Unresolved
-
Major
-
None
Given a project like;
.
– module1 | |
– module3 | |
`-- pom.xml | |
`-- pom.xml | |
– module2 | |
`-- pom.xml `-- pom.xml |
When the site goal is run, a maven site link will be generated by the build however the final site structure is flattened to this;
.
– module1 |
– module2 `-- module3 |
This breaks the links to the nested modules.
[JENKINS-18326] MavenSiteArchiver generates incorrect sites for nested submodules
Workflow | Original: JNJira [ 149633 ] | New: JNJira + In-Review [ 177420 ] |