It sounds like an bug I created a bug in jira for this http://jira.codehaus.org/browse/MEJB-12
Thanks, Raghu Pete <[EMAIL PROTECTED]> 05/03/2006 04:43 PM Please respond to "Maven Users List" To: "Maven Users List" <users@maven.apache.org> cc: Subject: Re: EJB Client Jar Problem I had the same problem so would be interested if anyone can help ? On 02/05/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi,, > > I'm trying to create ejb client from ejb project > > this is what i have in my pom > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ejb-plugin</artifactId> > <configuration> > <generateClient>true</generateClient> > <clientExcludes> > <clientExclude>**/Session*</clientExclude> > </clientExcludes> > <clientIncludes> > <clientInclude>**/Shop*</clientInclude> > </clientIncludes> > <archive> > <manifest> > <addClasspath>true</addClasspath> > </manifest> > <manifestEntries> > <Build-Environment>${build.env}</Build-Environment> > </manifestEntries> > </archive> > </configuration> > </plugin> > > > > it is creating ejb-client jar but it just includes almost all class files > from the ejb.jar files, and has no effect on <clientExcludes> or > <clientInclude> either i specify both of them or only one of them > > Has anyone made it working something like this please advise?? > > > > > Thanks, > Raghu > >