01/02: pom : test karma use maven varible for ignore failure test or skip test
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 56e9dba6125919f44bb02ef39cdd201e8e34b0bb Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Jul 17 14:36:22 2014 +0200 pom : test karma use maven varible for ignore failure test or skip test --- pollen-ui-angular/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index fc9732f..5f53bc8 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -101,9 +101,9 @@ <autoWatch>false</autoWatch> <singleRun>true</singleRun> <colors>true</colors> - <skipKarma>false</skipKarma> - <skipTests>false</skipTests> - <karmaFailureIgnore>false</karmaFailureIgnore> + <skipKarma>${maven.test.skip}</skipKarma> + <skipTests>${maven.test.skip}</skipTests> + <karmaFailureIgnore>${maven.test.failure.ignore}</karmaFailureIgnore> <reporters>dots,junit</reporters> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm