-
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.
When I run
maven "clean deploy" outside hudson, both the pom.xml file and the site.xml file
is deployed into the distribution repository (the correct behavor I suppose)
When I run the maven2-job in hudson, with the same goals "clean deploy", only
the pom.xml is deployed.
It is important that the site.xml file is deployed, as other maven modules use
this when their web-site is created.
Created an attachment (id=163)
Console output from hudson job