Hi, I'm trying to use the maven-war-plugin to overlay a dependent war on top of my current war project. The overlay occurred correctly. However, during the build process, where the overlay occurs, the dependent war's artifacts are added to my current war project's webapp directory permanently. This causes source control problem for my current project. I don't really want to include those dependent war's artifact when commit the changes for my current war project. Is there a way to change this behavior? Argueablely, the implementation should have used a temp directory to do the overlay and keep the current war project's webapp "as is".
Thanks, Gang --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
