You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ballard, Ken" <Ke...@ACS-INC.com> on 2005/11/08 21:23:18 UTC

[M2] How to designate what classes go in the ejb client jar

In M1.0.2, I put this:

maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.class,**
/*Session.class,**/*LocalHome.class,**/*Local.class

in my project.properties. Does anyone know how to achieve this in M2?

Thanks,
Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [M2] How to designate what classes go in the ejb client jar

Posted by Brett Porter <br...@gmail.com>.
It seems the excludes weren't made configurable as they should have
been. Can you file a request in JIRA?

- Brett

On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> In M1.0.2, I put this:
>
> maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.class,**
> /*Session.class,**/*LocalHome.class,**/*Local.class
>
> in my project.properties. Does anyone know how to achieve this in M2?
>
> Thanks,
> Ken
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org