Author: tchemit Date: 2010-01-24 23:22:40 +0100 (Sun, 24 Jan 2010) New Revision: 1687 Modified: trunk/src/site/site_en.xml Log: override skin in descriptor since this is a static resources from inheritance from mavempom4redmine Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-01-24 21:35:10 UTC (rev 1686) +++ trunk/src/site/site_en.xml 2010-01-24 22:22:40 UTC (rev 1687) @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> + <skin> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>${skin.version}</version> + </skin> + <bannerLeft> <name>${project.name}</name> <href>index.html</href>