Re: Runing TCK tests in Maven SCM

2010-06-16 Thread Deng Ching
Ahh, I didn't see the profiles :) Thanks Olivier!! On Wed, Jun 16, 2010 at 4:31 PM, Olivier Lamy wrote: > Hi, > > You can use -Ptck-svn ou -Ptck-cvs ou -Ptck-git . > > > > 2010/6/16 Deng Ching : > > Hi All, > > > > I'm currently working on SCM-558 (Add support for 'mkdir' command) and I > was >

Re: Runing TCK tests in Maven SCM

2010-06-16 Thread Olivier Lamy
Hi, You can use -Ptck-svn ou -Ptck-cvs ou -Ptck-git . 2010/6/16 Deng Ching : > Hi All, > > I'm currently working on SCM-558 (Add support for 'mkdir' command) and I was > wondering how to run the TCK tests in Maven SCM? When I built the project > with clean install, there weren't any SCM provide

Runing TCK tests in Maven SCM

2010-06-16 Thread Deng Ching
Hi All, I'm currently working on SCM-558 (Add support for 'mkdir' command) and I was wondering how to run the TCK tests in Maven SCM? When I built the project with clean install, there weren't any SCM provider TCK tests executed. I also checked maven-scm-test and saw that there are a couple of TCK