This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from 587dad1 Ajout des controlleurs manquants pour l'action de synchronisation new b44db05 build topia modules before all new 9a35bb1 Add a maven plugin to check service api new 5d491f2 optimize dependencies The 3 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 5d491f2802c6ea59d320a9ba080d561ef2885fe4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 25 12:56:58 2016 +0200 optimize dependencies commit 9a35bb1babed1ac18819f5e3598f8af10882e1c9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 25 12:53:38 2016 +0200 Add a maven plugin to check service api commit b44db05d9df28e8634459778bf72caaf9cc63713 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 25 10:17:50 2016 +0200 build topia modules before all Summary of changes: observe-application-swing/pom.xml | 4 + observe-application-web/pom.xml | 31 +++ .../LICENSE.txt | 0 .../README.md | 0 .../pom.xml | 76 ++++-- .../maven/plugins/checkapi/CheckApiMojo.java | 286 +++++++++++++++++++++ .../MismatchMethodParameterNameException.java | 40 +++ .../plugins/checkapi/MissingMethodException.java | 15 ++ pom.xml | 122 ++++++++- 9 files changed, 550 insertions(+), 24 deletions(-) copy {observe-topia-templates-extension => observe-check-api-maven-plugin}/LICENSE.txt (100%) copy {observe-topia-templates-extension => observe-check-api-maven-plugin}/README.md (100%) copy {observe-topia-extension => observe-check-api-maven-plugin}/pom.xml (58%) create mode 100644 observe-check-api-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/checkapi/CheckApiMojo.java create mode 100644 observe-check-api-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/checkapi/MismatchMethodParameterNameException.java create mode 100644 observe-check-api-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/checkapi/MissingMethodException.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.