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 f76caffac3d17487668bfc505f46a32a30d78a1f Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 3 11:55:01 2014 +0100 fix bundle module --- coselmar-bundle/pom.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 647a7dd..56f67d4 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -15,8 +15,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>coselmar-bundle</artifactId> <packaging>war</packaging> - <name>Coselmar :: UI</name> - <description>Coselmar UI module</description> + <name>Coselmar :: Bundle</name> + <description>Coselmar bundle module</description> <dependencies> @@ -44,20 +44,19 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <build> - <plugins> - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <configuration> - <path>/</path> - <uriEncoding>UTF-8</uriEncoding> - <systemProperties> - <chorem.log.dir>${basedir}/target</chorem.log.dir> - </systemProperties> - </configuration> - </plugin> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.tomcat.maven</groupId> + <artifactId>tomcat7-maven-plugin</artifactId> + <configuration> + <path>/bundle</path> + <uriEncoding>UTF-8</uriEncoding> + </configuration> + </plugin> - </plugins> + </plugins> + </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.