On Jan 9, 2006, at 7:15 PM, Wendy Smoak wrote:
On 1/9/06, Simon Kitching <[EMAIL PROTECTED]> wrote:
I'm trying to run tomahawk unit tests. In current/tomahawk/
tomahawk I enter:
mvn test
However the output indicates:
[INFO] [surefire:test]
[INFO] Tests are skipped.
Any suggestions?
Try running with -Dmaven.test.skip=false
(or modify the pom that probably has something like <skip>true<skip>
in the <configuration> for the Surefire plugin.)
I've tried -Dmaven.test.skip=false and still the tests are skipped. I
also did a quick find/grep and I could find no instance of
<skip>true</skip> in any pom except the api/pom.xml. Weird, I'm still
digging...
I do see this earlier in the output:
[WARNING]
Artifact junit:junit:jar:3.8.1 retains local scope 'test'
overriding broader scope 'compile' given by a dependency.
If this is not intended, modify or remove the local scope.
I wouldn't think this is the cause, but then again...
I don't think so... I see it in every build (not just MyFaces) and
haven't yet had time to investigate.
--
Wendy