[ http://jira.codehaus.org/browse/MEJB-4?page=comments#action_65452 ]
Dan Greening commented on MEJB-4: --------------------------------- I think you might be able to use <version>2.1-SNAPSHOT</version> to get it. > properties like "including/excluding filters" could be useful > -------------------------------------------------------------- > > Key: MEJB-4 > URL: http://jira.codehaus.org/browse/MEJB-4 > Project: Maven 2.x Ejb Plugin > Type: Bug > Reporter: Juraj Burian > Assignee: John Casey > Attachments: maven-ejb-plugin.patch > > Original Estimate: 30 minutes > Time Spent: 30 minutes > Remaining: 0 minutes > > 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 is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira