[i18n] branch develop updated (67805aa -> 3f1de9c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See http://git.nuiton.org/i18n.git from 67805aa [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 3f1de9c refs #3350: Review site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 3f1de9cafe9fee32537271c7c73f7ea8dccdb7c3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 23 23:43:48 2014 +0200 refs #3350: Review site Summary of changes: nuiton-i18n/pom.xml | 30 ++++++++++++++++++++++++++++++ src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm