[ https://issues.apache.org/jira/browse/MEJB-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966045#comment-17966045 ]
Olivier Lamy commented on MEJB-4: --------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-ejb-plugin#49|https://github.com/apache/maven-ejb-plugin/issues/49]. > properties like "including/excluding filters" could be useful > -------------------------------------------------------------- > > Key: MEJB-4 > URL: https://issues.apache.org/jira/browse/MEJB-4 > Project: Maven EJB Plugin (Moved to GitHub Issues) > Issue Type: Bug > Reporter: Juraj Burian > Assignee: John Dennis Casey > Priority: Major > Attachments: maven-ejb-plugin.patch > > Original Estimate: 0.5h > Time Spent: 0.5h > Remaining Estimate: 0h > > clientExcludes and clientIncludes properties are introduced in this patch > (see. attachement). > In my opinion it is helpful parametrisation of client jar creation. > Usage: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ejb-plugin</artifactId> > <configuration> > <generateClient>true</generateClient> > > <clientExludes>**/*Bean.class,**/impl/**</clientExludes> > <archive> > <manifest> > > <addClasspath>true</addClasspath> > </manifest> > </archive> > </configuration> > </plugin> > regards, > JuBu -- This message was sent by Atlassian Jira (v8.20.10#820010)