jira-importer commented on issue #137: URL: https://github.com/apache/maven-war-plugin/issues/137#issuecomment-2967845130
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented In the log there are at least two versions of maven-war-plugin 2.3 and 2.4. so i would suggest to define the maven-war-plugin in a pluginManagement part in the parent of the project and retry it. ``` cat build.ubuntu2.log | grep "\-\-\- maven-war-plugin" [INFO] --- maven-war-plugin:2.3:war (default-war) @ devapi --- [INFO] --- maven-war-plugin:2.4:war (default-war) @ api --- [INFO] --- maven-war-plugin:2.3:war (default-war) @ neo-rest --- ``` -- 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