This is an automated email from the git hooks/post-receive script. New commit to branch feature/single-page-ui in repository coselmar. See http://git.codelutin.com/coselmar.git commit 5e13d1cc5131502ab14ccbb79570d08d57a5330a Author: Yannick Martel <yannick.martel@gmail.com> Date: Thu Oct 30 18:06:49 2014 +0100 remove jetty from pom --- coselmar-services/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/coselmar-services/pom.xml b/coselmar-services/pom.xml index 6dfe806..9e51483 100644 --- a/coselmar-services/pom.xml +++ b/coselmar-services/pom.xml @@ -135,19 +135,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> </systemProperties> </configuration> </plugin> - - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <configuration> - <stopKey>B</stopKey> - <stopPort>1270</stopPort> - <contextXml>${basedir}/src/jetty/jetty-context.xml</contextXml> - <webAppConfig> - <contextPath>/services</contextPath> - </webAppConfig> - </configuration> - </plugin> </plugins> </pluginManagement> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.