branch develop updated (7b3ff77 -> 80978fc)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from 7b3ff77 Migration vers gitlab + simplification configuration des sites new 23f305c Amélioration de la vérification des dépendances sur Central (Fixes #3835) new 39c79e6 Mise à jour du plugin mortbay jetty en 9.2.4.v20141103 (Fixes #3836) new 80978fc Introduction du plugin jetty (by Eclipse) en version 9.3.6.v20151106 (Fixes #3837) 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 80978fcaae5c5ffa491d536165afc9066d694f5d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:00:45 2015 +0100 Introduction du plugin jetty (by Eclipse) en version 9.3.6.v20151106 (Fixes #3837) commit 39c79e69c1b348a11fa3da7bcd426d195ea4e4b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 10:57:27 2015 +0100 Mise à jour du plugin mortbay jetty en 9.2.4.v20141103 (Fixes #3836) commit 23f305cc52b8535539ae040a954b0c3055941f09 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 10:50:55 2015 +0100 Amélioration de la vérification des dépendances sur Central (Fixes #3835) Summary of changes: pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 23f305cc52b8535539ae040a954b0c3055941f09 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 10:50:55 2015 +0100 Amélioration de la vérification des dépendances sur Central (Fixes #3835) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 23c4ce1..6e254df 100644 --- a/pom.xml +++ b/pom.xml @@ -1152,6 +1152,7 @@ <configuration> <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> + <runOnlyOnRoot>false</runOnlyOnRoot> <repositories> <central-releases> ${central.release.home.url} -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 39c79e69c1b348a11fa3da7bcd426d195ea4e4b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 10:57:27 2015 +0100 Mise à jour du plugin mortbay jetty en 9.2.4.v20141103 (Fixes #3836) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e254df..d74d77b 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ <!-- others plugins --> <androidPluginVersion>3.0.0-alpha-11</androidPluginVersion> - <jettyPluginVersion>8.1.16.v20140903</jettyPluginVersion> + <jettyPluginVersion>9.2.4.v20141103</jettyPluginVersion> <statScmPluginVersion>1.2.0</statScmPluginVersion> <tomcatPluginVersion>2.2</tomcatPluginVersion> <jgitflowPluginVersion>1.0-m5.1</jgitflowPluginVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 80978fcaae5c5ffa491d536165afc9066d694f5d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:00:45 2015 +0100 Introduction du plugin jetty (by Eclipse) en version 9.3.6.v20151106 (Fixes #3837) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index d74d77b..bfe095a 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,7 @@ <!-- others plugins --> <androidPluginVersion>3.0.0-alpha-11</androidPluginVersion> <jettyPluginVersion>9.2.4.v20141103</jettyPluginVersion> + <eclispeJettyPluginVersion>9.3.6.v20151106</eclispeJettyPluginVersion> <statScmPluginVersion>1.2.0</statScmPluginVersion> <tomcatPluginVersion>2.2</tomcatPluginVersion> <jgitflowPluginVersion>1.0-m5.1</jgitflowPluginVersion> @@ -737,6 +738,12 @@ </plugin> <plugin> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-maven-plugin</artifactId> + <version>${eclispeJettyPluginVersion}</version> + </plugin> + + <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat6-maven-plugin</artifactId> <version>${tomcatPluginVersion}</version> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm