On 04/12/2006, at 10:24 PM, Mark Hobson wrote:
Sounds good; although in the case of a war, would executing up to the
process-package-resources phase produce the fully exploded war? Or
would the package resources only contain the web resources, omitting
WEB-INF/**?
My use-case would require the full exploded package as it would be
archived.
Well, it would be like other archives. By default, it would pull them
from the various added sources straight into the archive - src/main/
webapp, target/generated-package-resources, for example. However, it
would be sensible for the war plugin to have an option that copied
all of these into target/webapp-name (in the same way as war:webapp),
and then using that as the single war resource directory to package.
That's off the top of my head, not sure if it makes sense but seems
consistent with how we do things elsewhere.
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]