mdp created JENKINS-13132:
-----------------------------
Summary: Incorrect site links when aggregator pom and parent pom
are different
Key: JENKINS-13132
URL: https://issues.jenkins-ci.org/browse/JENKINS-13132
Project: Jenkins
Issue Type: Bug
Components: maven2
Environment: Jenkins 1.455
Reporter: mdp
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira