I just downloaded the top level MyFaces current from svn. When I ran mvn install I got dependency failures with Tomahawk. I resolved the problem by adding the following to current/tomahawk/core/pom.xml:

    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
      <scope>compile</scope>
   </dependency>

After adding this I still had another problem with a Tomahawk dependency on Tiles. I resolved this by changing the struts dependency in current/tomahawk/core/pom.xml by changing <optional> from true to false.

After this I was able to successfully run the complete mvn install.

-Bill SIggelkow

Reply via email to