jira-importer commented on issue #114: URL: https://github.com/apache/maven-war-plugin/issues/114#issuecomment-2967843397
**[Julien HENRY](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henryju)** commented `@Dennis` : look at the IT. There is NO plugin configuration (relying on default behaviour). In my real project, here is what I have in my corporate parent pom: ``` <pluginManagement> ... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1-beta-1</version> </plugin> ... </pluginManagement> ``` `@Stephane` : I tried to understand the code of the plugin and it seems most of the code is common between goal inplace and goal exploded. With exploded goal, the target folder where the webapp will be assembled (target/artifactId-XX) is initially empty but with inplace goal, the target folder (src/main/webapp) already contains the files of the current artifact. So I think the overlay algorithm should be different in the two cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org