This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 4d2ba626eb97e5453111ad933e89655b91357e60 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 17:36:15 2016 +0100 Utilisation de maven-helper-plugin 2.3.1 + re-simplification de la configuration (See #3892) --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9486146..fdc6d98 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- our plugins --> - <helperPluginVersion>2.3</helperPluginVersion> + <helperPluginVersion>2.3.1</helperPluginVersion> <jredminePluginVersion>1.9</jredminePluginVersion> <jrstPluginVersion>2.1</jrstPluginVersion> @@ -804,13 +804,13 @@ <artifactId>helper-maven-plugin</artifactId> <executions> <execution> - <goals><goal>compute-distribution-site-url</goal></goals> + <id>compute-distribution-site-url</id> + <goals> + <goal>compute-distribution-site-url</goal> + </goals> <phase>pre-site</phase> </execution> </executions> - <configuration> - <runOnce>true</runOnce> - </configuration> </plugin> <!-- http://nuiton.org/issues/1683 : creates the surefire-workdir --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.