jira-importer commented on issue #72:
URL: 
https://github.com/apache/maven-ejb-plugin/issues/72#issuecomment-2879261587

   **[Hans 
Granqvist](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hans)** 
commented
   
   I've noticed something related.
   
   Say I have a package structure
   
   org/codehaus/\*.class
   org/codehaus/impl/*.class
   
   and I want to include only the 'org.codehaus' package without the classes in 
'org.codehaus.impl'.
   
   I expected I could do:
   \<clientIncludes>
   \<clientInclude>org/codehaus/*.class\</clientInclude>
   \</clientIncludes>
   but I still got the 'org.codehaus.impl' package classes included.
   
   I had to explicitly exclude the sub package to get rid of them.
   


-- 
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

Reply via email to