-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: PC, OS: Linux
I have a maven2 module whose packaging is of type pom.
The module also contains a site.xml file (in src/site/site.xml).
When I run
maven "clean site site:deploy" outside hudson, the content of the site.xml is
used when generating the site (the correct behavor I suppose)
When I run the maven2-job in hudson, with the same goals "clean site
site:deploy", it looks like the site.xml is ignored.
This issue might be related to 1202 (I guess that 1202 might be caused by this
issue (the site.xml is not deployed because it is not found!?)
I see the same behaviour with modules which the packaging is of type jar as well.