This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 84a820bde87df6daf5394ee5cfbaabd4f73a1482 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 23 10:31:12 2014 +0200 let's build the site in english + improve the readme file --- README.txt | 7 ++++--- pom.xml | 33 +++++++++++++++++++++++++++++++++ src/site/{site_fr.xml => site.xml} | 0 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 0a65bcd..72d3aae 100644 --- a/README.txt +++ b/README.txt @@ -6,13 +6,13 @@ Nuiton Converter is a thin layer at the top of the commons-beanutils Converter A SCM --- -The project use git. +The project uses git. To get it: git clone https://git.nuiton.org/nuiton-converter.git -To commit to the project you msut be a member of the project on the nuiton.org forge. +To commit to the project you must be a member of the project on the nuiton.org forge. See https://forge.nuiton.org/projects/nuiton-converter @@ -24,4 +24,5 @@ To build project just do a mvn clean install. Release ------- -The project use codelutinpom, to make a release see documentation at https://forge.nuiton.org/projects/pom/wiki \ No newline at end of file +The project use codelutinpom, to make a release see documentation: +https://forge.nuiton.org/projects/pom/wiki/Comment_faire_une_release_d'un_projet_qui_utilise_pom \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3e034c7..860818d 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,9 @@ <!-- redmine project Id --> <projectId>nuiton-converter</projectId> + <!-- Documentation is in english --> + <locales>en</locales> + <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> @@ -151,5 +154,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_fr.xml b/src/site/site.xml similarity index 100% rename from src/site/site_fr.xml rename to src/site/site.xml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.