This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 6cf93ac424c93ce50a074310c8cc321c557acd2f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 17 22:34:03 2015 +0100 Utilisation de codelutinpom 5-rc-2 + configuration du site --- pom.xml | 5 +++-- src/site/site_fr.xml | 17 +++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 6909376..da078d6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>4</version> + <version>5-rc-2</version> </parent> <groupId>fr.ifremer</groupId> @@ -147,7 +147,8 @@ <!-- Site configuration --> <locales>fr</locales> - + <siteSourcesType>rst</siteSourcesType> + <!-- Last JRE version to use --> <jreVersion>1.7.76</jreVersion> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 18a4f9a..d37f551 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -58,12 +58,6 @@ <body> - <head> - - <link rel="stylesheet" type="text/css" - href="${siteCommonResourcesUrl}/css/mavenpom-site.css"/> - </head> - <links> <item name="Forge" href="http://forge.codelutin.com"/> <item name="Code Lutin" href="http://www.codelutin.com"/> @@ -102,5 +96,16 @@ <menu ref="reports"/> + <footer> + <div id='mavenProjectProperties' locale='fr' + platform='${project.platform}' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}' + scmUrl='${project.scm.connection}' + editorUrl='${project.scmwebeditorUrl}' + scmwebeditor_vmFiles=",update,"/> + </footer> + </body> </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.