jira-importer commented on issue #49: URL: https://github.com/apache/maven-ejb-plugin/issues/49#issuecomment-2879258753
**[John Dennis Casey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jdcasey)** commented NOTE: In the future, please make your patch files relative to the plugin project. Trimming C:\projects\m2\... from the patch file only hinders its application. Thanks. Applied the patch, with some changes. Thanks for the contribution, Juraj. This fix allows customized inclusions and exclusions of files to be added to the ejb-client jar. The patch had these parameters using a comma-delimited list, but I've changed them to work more like \<resource/>'s, in that they use a list of single include/exclude patterns. The configuration will look like this: \<configuration> \<clientIncludes> \<clientInclude>**/ClientSession.class\</clientInclude> \</clientIncludes \<clientExcludes> \<clientExclude>**/ServerOnly.class\</clientExclude> \</clientExcludes> \</configuration> -- 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