Hi. There is a requirement where a single Maven build needs to produce both a jar and a war in the same project. The <packaging> element can neither be a .jar nor a .war. I am not sure what it should be. The only thing I could think of is trying to fork parallel builds within the Maven package phase, but I am not sure if this is the right path, and if it is, how to implement it. I appreciate any pointers given on this subject. Thanks.
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]
