On Tuesday 05 Aug 2003 07:48, John Farrell wrote:
> I am running maven beta 10, and cannot get resources copied into my jar
> file. I have made extensive investigations. In the POM, I have this:
>
>     <resources>
>       <resource>
>         <directory>${basedir}/src/res</directory>
>         <includes>
>           <include>*.properties</include>
>         </includes>
>       </resource>
>     </resources>

I've the same except for

<include>**/*.properties</include>

and this puts all properties file in the JAR without problems.


-- 
Andy

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

Reply via email to