-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: maven-plugin
-
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.