From: "Pilgrim, Peter" <[EMAIL PROTECTED]>
How do I tell maven to copy the DTD file under ``com\csfb\goldeneye\app''
in the target folder ``<project>\target\classes'' ?
So what I need is
``<project\target\classes\com\csfb\goldeneye\app\special.dtd''
and then the whole thing should be jared up.
<resource>
<directory>src/conf</directory>
<targetPath>org/apache/shale/clay/config</targetPath>
<includes>
<include>*.dtd</include>
</includes>
</resource>
Adjust as necessary. :) (You can leave out the targetPath in your case.)
That's from m2 but the general idea hasn't changed.
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]