> 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
You probably need to write your own plugin to do this. You should write the file to target/ and the assembly plugin can pick it up and include it with the other files you are putting in the zip package. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
