-
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.
Possible fix https://github.com/jenkinsci/jenkins/pull/805 - this works for a regular nested module build like described above. No idea if this is the right approach however!