branch develop updated (0afdf5d -> cee99b6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 0afdf5d Improve list of voteCounting, no depend of voteCounting id new cee99b6 do not execute test if maven.test.skip if on The 1 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 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 Summary of changes: pollen-ui-angular/pom.xml | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm