-
Bug
-
Resolution: Fixed
-
Major
-
None
Multi-module projects with nesting more than one level are archived in a flat fashion by the maven-plugin. This results in broken links in the archived maven-site.
E.g.
ROOT site/ +-A |-A | +-x |-x | +-y -> |-y +-B |-B +-z |-z
- is related to
-
JENKINS-2531 Links for generated sites in Maven multi-module project are incorrect.
-
- Closed
-
Code changed in jenkins
User: Marcel
Path:
src/test/java/hudson/maven/MavenModuleTest.java
src/test/java/hudson/maven/MavenProjectTest.java
src/test/resources/hudson/maven/maven-nested-multimodule-site.zip
http://jenkins-ci.org/commit/maven-plugin/2e719ab36d416e47791b6b53c69195cfbe4b4b8f
Log:
JENKINS-22673added test for nested multi-module site building