Author: tchemit Date: 2012-10-03 12:24:38 +0200 (Wed, 03 Oct 2012) New Revision: 613 Url: http://forge.codelutin.com/repositories/revision/sammoa/613 Log: fixes #1542: Certains liens dans le menu du site sont morts Modified: trunk/pom.xml trunk/src/site/site.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-03 10:24:19 UTC (rev 612) +++ trunk/pom.xml 2012-10-03 10:24:38 UTC (rev 613) @@ -130,6 +130,9 @@ <i18n.bundles>en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> + <!-- do not relatize links in generated site --> + <relativizeDecorationLinks>false</relativizeDecorationLinks> + <!-- license header configuration --> <license.organizationName> UMS 3462, Code Lutin Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2012-10-03 10:24:19 UTC (rev 612) +++ trunk/src/site/site.xml 2012-10-03 10:24:38 UTC (rev 613) @@ -23,8 +23,6 @@ #L% --> - - <project name="${project.name}"> <skin> @@ -45,7 +43,6 @@ <bannerLeft> <name>${project.name}</name> - <!--<src>${project.url}/images/logos/logo-OT_web.png</src>--> <href>./index.html</href> </bannerLeft> @@ -80,6 +77,16 @@ </poweredBy> <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + <links> <item name="Forge" href="http://forge.codelutin.com"/> <item name="Code Lutin" href="http://www.codelutin.com"/> @@ -110,11 +117,7 @@ <footer> - <script type="text/javascript" - src="http://maven-site.forge.codelutin.com/public/js/maven-site-forge.codelutin.com.js"> - </script> - - <div id='projectMetas' + <div id='projectMetas' locale='en' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}'
participants (1)
-
tchemit@users.forge.codelutin.com