Upgraded to beta 10 this morning and the jar goal is not picking up required
resources.  This worked in beta 9 and I can't tell in the jelly script where
it is failing.  Any ideas on how to troubleshoot this?

Here's the part of my project.xml that worked in beta 9:
  <build>
    <resources>
      <resource>
        <directory>${maven.xdoclet.webdoclet.destDir}</directory>
        <includes>
          <include>**/*.tld</include>
        </includes>
      </resource>
    </resources>
  </build>

Ryan

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

Reply via email to