Hello,
On Fri, Jan 30, 2009 at 4:34 AM, Yves Dessertine <[email protected]> wrote:
> Hi.
>
> I've been asked to include a project's sources into the same war (it
> is a war webapp). Where the best place to put the sources in the war
> file?
> What's the best way to do this ?
>
Probably the easiest way would be to do this:
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
</resources>
</build>
Which has the effect of copying the resources into your output
directory. Good luck,
-jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]