Wendy Smoak wrote:
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. :)

Thanks Wendy!

I added
  <configuration><skip>false</skip><configuration>
for the surefire plugin in the tomahawk/pom.xml and tests are now being executed.

When the API tests are fixed, this problem should go away. I do agree with you though that API doesn't feel right as the parent of tomahawk.

Cheers,

Simon

Reply via email to