On 1/9/06, Bill Dudney <[EMAIL PROTECTED]> wrote:
> 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...
That's the one... I'm not sure if this is correct, but the api/pom.xml has:
<groupId>org.apache.myfaces</groupId>
<artifactId>myfaces</artifactId>
<packaging>pom</packaging>
<version>1.1.2-SNAPSHOT</version>
And tomahawk has:
<parent>
<groupId>org.apache.myfaces</groupId>
<artifactId>myfaces</artifactId>
<version>1.1.2-SNAPSHOT</version>
</parent>
So that *is* tomahawk's parent pom, and that's why the skipped tests
defined there are affecting tomahawk.
I would have thought myfaces-build would be the parent pom, but I
haven't studied the changes made over the weekend other than to note
that the build works. :)
--
Wendy