This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See http://git.nuiton.org/i18n.git commit 3f1de9cafe9fee32537271c7c73f7ea8dccdb7c3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 23 23:43:48 2014 +0200 refs #3350: Review site --- nuiton-i18n/pom.xml | 30 ++++++++++++++++++++++++++++++ src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 3fb6d9e..61c519d 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -121,5 +121,35 @@ </build> </profile> + + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>${projectInfoReportsPluginVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>index</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + </plugins> + </reporting> + + </profile> + </profiles> </project> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index d878095..c9bb797 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -45,7 +45,7 @@ </head> <breadcrumbs> - <item name="${project.name}" href="index.html"/> + <item name="${project.name}" href="${project.url}/index.html"/> <item name="${project.version}" href="${project.url}/${siteDeployClassifier}/index.html"/> </breadcrumbs> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index b2aa976..df9823d 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -45,7 +45,7 @@ </head> <breadcrumbs> - <item name="${project.name}" href="index.html"/> + <item name="${project.name}" href="${project.url}/index.html"/> <item name="${project.version}" href="${project.url}/${siteDeployClassifier}/index.html"/> </breadcrumbs> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.