On Thu, Mar 19, 2009 at 8:15 AM, eyalg1972 <[email protected]> wrote:

> Since the resources are under the src directory (mixed with the code)  I did
> the following:
>
> Defined the resource directory to be:
>
> <resource>
>        <directory>src</directory>
>                <excludes>
>          <exclude> **/*.java </exclude>
>                  </excludes>
>                </resource>
>     </resources>
>
> And in the plug in definitions I gave the src/main/resources location:
>
> <configuration>
>        <outputDirectory>src/main/resources</outputDirectory>
> </configuration>

Remove the outputDirectory and it should work.  If you tell it where
the resources are, the plugin already knows where it should copy them
to.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to