This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit cee99b6b32f3974bd95f6f6cc4db990ec2ec3267 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 29 11:20:41 2014 +0100 do not execute test if maven.test.skip if on --- pollen-ui-angular/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index 452bab5..8bb0819 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -92,6 +92,7 @@ </goals> <phase>test</phase> <configuration> + <skipTests>${maven.test.skip}</skipTests> <!-- optional: the default is "karma.conf.js" in your working directory --> <karmaConfPath>src/test/karma.conf.ci.js</karmaConfPath> </configuration> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.