>> Is there a way to run a command to build a war file from a webapp >> directory? >> Is there a way to rebuild the war during install phase? >> Any other workaround or hook to accomplishing what I need to do?
The assembly plugin can construct just about any package you want. You may need to build your war, install it, then depend on it in another module where you unzip it, mess with the files, and then install under a different GAV or using a classifier. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
