Details
Description
I created a simple maven project that exposes some bugs in maven-site-plugin.
I wanted to reproduce more of them but my time was running out and since the test-case is now untouched for about a month I decided to better contribute it now.
Hopefully this makes it easy for developers of site plugin and according ecosystem to reproduce and fix things quickly.
Just extract the attached ZIP and invoke "mvn site:stage" using maven 3.0. If you open the result in target/stating, you will see a bullet list describing the actual problems:
- The menu "General Information" is duplicated in child modules
- The logic that makes the paths relative is buggy as you can see by the top-left logo (if present, go to a child module of a child module).
- During the build I get this error: java.util.zip.ZipException: error in opening zip file
- During the build surefire reports this even though jxr is active: Unable to locate Test Source XRef to link to - DISABLED
- If no distributionManagement is present, mvn site:stage fails. Why? If it is present, then in target staging wired subfolders are created - what for? See
MSITE-132
I suppose this issue is sort of a duplicate to existing individual issues. Proceed as you prefer with it.
If these issues are going to be fixed, I will find more time and motivation to provide more test-cases to reproduce bugs as I still have many more of them in my actual project