jira-importer commented on issue #157: URL: https://github.com/apache/maven-jar-plugin/issues/157#issuecomment-2956674234
**[Ronald van de Kuil](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rollantz)** commented Thank you for your quick response. I reconfigured the pom as follows and it works now :D <resources> <resource> <directory>.</directory> <filtering>true</filtering> <includes> <include>**/*.wsdl</include> <include>**/*.xsd</include> </includes> <excludes> <exclude>target/classes/*.*</exclude> <exclude>target/classes/xsd-includes/*.*</exclude> </excludes> </resource> </resources> Thank you very much! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
