hi,

anyone is using junitperf often with m2?

yes, usually, junitperf test case takes very long time to run and I usually prefer to turn it off BUT having standard Junit testcase to run as normal.

I am putting :
junit testcase at /src/test/java
junitperf at /src/test/junitperf ( i avoid putting them together with standard testcase, i thought it should be easier to run/skip them)


may I know any good way to configure in pom.xml to skip junitperf test?
perhaps, some condition parameter in pom.xml , e.g. if $ {maven.junitperf.skip}==true then testpath includes "/src/test/ junitperf" ?

pls help


~manchi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to