Hello everyone,
I'm using maven-assembly-plugin to generate a zip package with some artifacts in it. It works fine, now the only missing step is I need to generate an XML file with some information about the artifacts. This XML will be used by another program to basically know about the content (version of each artifact, type, etc). Is there any way to do this in maven and make the assembly plugin include the XML? is there a way to do this with the assembly plugin itself? is it better to create my own plugin? the assembly plugin does a good job creating my zip, so I am hoping i don't need to create my own plugin from scratch Thanks for any suggestions, Alejandro DISCLAIMER: Privileged and/or Confidential information may be contained in this message. If you are not the addressee of this message, you may not copy, use or deliver this message to anyone. In such event, you should destroy the message and kindly notify the sender by reply e-mail. It is understood that opinions or conclusions that do not relate to the official business of the company are neither given nor endorsed by the company. Thank You.
