Hi,
I was just wondering how I can configure Maven to deploy a whole project, e.g. a web application that needs other war files to also be deployed on the server as well as probable configuration files. Is it possible to copy other projects jar/war files together with the projects war into a web container e.g.? Image I have several web applications that interact with each other but which are not contained in a single war file. I could use maven to deploy each file separately. But maybe there are 3rd party war files which I like to deploy together with my files. Can I somehow specify files that belong to the project that I like to be deployed? Thanks, Jan
