Author: tchemit Date: 2010-01-16 19:38:18 +0100 (Sat, 16 Jan 2010) New Revision: 768 Modified: trunk/pom.xml trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Log: Anomalie #215: les urls du breadcrumbs ne sont pas bonnes Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-16 18:21:41 UTC (rev 767) +++ trunk/pom.xml 2010-01-16 18:38:18 UTC (rev 768) @@ -24,7 +24,7 @@ <description>Ancestor of all projects of Code Lutin</description> - <url>http://maven-site.nuiton.org/${projectId}</url> + <url>http://maven-site.nuiton.org/mavenpom</url> <inceptionYear>2009</inceptionYear> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-01-16 18:21:41 UTC (rev 767) +++ trunk/src/site/site_en.xml 2010-01-16 18:38:18 UTC (rev 768) @@ -29,7 +29,7 @@ </links> <breadcrumbs> - <item name="${project.name}" href="index.html"/> + <item name="${project.name}" href="http://maven-site.nuiton.org/mavenpom/index.html"/> </breadcrumbs> <menu ref="modules"/> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-01-16 18:21:41 UTC (rev 767) +++ trunk/src/site/site_fr.xml 2010-01-16 18:38:18 UTC (rev 768) @@ -29,7 +29,7 @@ </links> <breadcrumbs> - <item name="${project.name}" href="index.html"/> + <item name="${project.name}" href="http://maven-site.nuiton.org/mavenpom/index.html"/> </breadcrumbs> <menu ref="modules"/>