When I run jettyrun from platform web, I don't get the skins loaded. What I see in the run is that it points to the sources of platform web for it's web resources. With this patch: Index: pom.xml =================================================================== --- pom.xml (revision 9842) +++ pom.xml (working copy) @@ -170,6 +170,7 @@ <configuration> <contextPath>/xwiki</contextPath> <classesDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF</classesDirectory> + <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}/</webAppSourceDirectory> <scanIntervalSeconds>10</scanIntervalSeconds> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> It points to the result of the build in target, where the skins have been unzipped. I would commit this, but I'm wondering why this was not reported already and if everybody has this problem ? Ludovic -- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost