This is an automated email from the git hooks/post-receive script. New change to branch master in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 0099c10 [jgitflow-maven-plugin]merging 'release/3.4.1' into 'master' adds 0864d8a [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds fa2d04e [jgitflow-maven-plugin]merging 'master' into 'develop' adds 88624e4 [jgitflow-maven-plugin]Updating develop poms back to pre merge state adds 1df6ee1 Ajout d'une brève description adds a49991d Fix typos in javadoc adds ab20f40 Introduce BundleValidation object to gather validation results adds 31f2342 Introduce CheckBundlesIntegrityMojo and a simple it to run it adds a02d929 Merge branch 'feature/integrity' into 'develop' adds b617241 Use pom 10 adds 9d6ef7e Add missing licence file headers adds a9b72f2 [jgitflow-maven-plugin]updating poms for branch'release/3.5' with non-snapshot versions adds 54388c6 [jgitflow-maven-plugin]merging 'release/3.5' into 'master' No new revisions were added by this update. Summary of changes: README.md | 21 +++- i18n-maven-plugin/pom.xml | 2 +- .../withNewKeys => evo-integrity/src}/LICENSE.txt | 0 .../src/it/evo-integrity/src/README.md | 1 + .../resources/i18n/evo-integrity_en_GB.properties} | 0 .../resources/i18n/evo-integrity_fr_FR.properties} | 0 .../src/it/{evo-1507 => evo-integrity/src}/pom.xml | 10 +- .../org/nuiton/i18n/plugin/AbstractI18nMojo.java | 7 +- .../i18n/plugin/CheckBundlesIntegrityMojo.java | 137 +++++++++++++++++++++ .../org/nuiton/i18n/plugin/bundle/BundleMojo.java | 26 ++-- .../i18n/plugin/bundle/BundleValidation.java | 105 ++++++++++++++++ nuiton-i18n/pom.xml | 2 +- pom.xml | 4 +- 13 files changed, 289 insertions(+), 26 deletions(-) copy i18n-maven-plugin/src/it/{parsers/withNewKeys => evo-integrity/src}/LICENSE.txt (100%) create mode 100644 i18n-maven-plugin/src/it/evo-integrity/src/README.md copy i18n-maven-plugin/src/it/{evo-1507/src/main/resources/i18n/evo-formatter_en_GB.properties => evo-integrity/src/main/resources/i18n/evo-integrity_en_GB.properties} (100%) copy i18n-maven-plugin/src/it/{evo-1507/src/main/resources/i18n/evo-formatter_fr_FR.properties => evo-integrity/src/main/resources/i18n/evo-integrity_fr_FR.properties} (100%) copy i18n-maven-plugin/src/it/{evo-1507 => evo-integrity/src}/pom.xml (89%) create mode 100644 i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/CheckBundlesIntegrityMojo.java create mode 100644 i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleValidation.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.