-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 1.455
With the following project structure
trunk/pom.xml
trunk/parent-module/pom.xml
trunk/other-module/pom.xml
...
where parent-module is the parent of other modules listed in the aggregator pom, a deployed maven site has the following structure:
site/* - for parent-module site
site/other-module/* - for other-module site
...
site/main/* - for aggregator pom site
and relative links that match this structure.
Jenkins, as described in the fix for JENKINS-2531, creates a different directory structure, so the links fail.