This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 9d14fc9b99ada10de319fc6f812077516c95cc37 Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 10:40:51 2018 +0200 ajout plugin maven-enforcer-plugin --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index c872197..6510037 100644 --- a/pom.xml +++ b/pom.xml @@ -237,12 +237,25 @@ <build> <pluginManagement> + <plugins> <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> <version>4.6</version> </plugin> + + <plugin> + <artifactId>maven-enforcer-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.0-beta-7</version> + </dependency> + </dependencies> + </plugin> + </plugins> </pluginManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.