Who do I talk to about changes to the war plugin?

The war plugin collects the un-JAR'd classes into WEB-INF/classes but I'd like instead to use the jar plugin and have the war plugin use that instead (in WEB-INF/lib).


Why you ask;
1) doing so allows you to store the package version and other info in the manifest which will be used in error reporting, etc.
2) makes the webapp smaller, which is significant in at least one case I have.
3) preference, I think it's cleaner and all the tools to do it are sitting right there (I was surprised it didn't already).


I'm sure some of us would prefer to keep the WEB-INF/classes dir, so my suggestion would be to include a switch property that would allow the user to use one or the other.

- Brill

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



Reply via email to