jira-importer commented on issue #109: URL: https://github.com/apache/maven-war-plugin/issues/109#issuecomment-2967843062
**[Stevo Slavić](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sslavic)** commented This seems to be fixed in current 2.1-beta-1. To use it one should specify the version in project's plugin settings: ``` ... <build> ... <pluginManagement> <plugins> ... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1-beta-1</version> </plugin> ... </plugins> </pluginManagement> ... </build> ... ``` -- 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