What specifically do you want to configure? The list of classes that go in the client jar? If so, try putting something like the following in your maven-ejb-plugin configuration:

<clientIncludes>
  <clientInclude>**/SomeClassPrefix*</clientInclude>
</clientIncludes>

<clientExcludes>
  <clientExclude>**/*SomeSuffix*</clientExclude>
</clientExcludes>

If you want more info, you can run:

mvn help:describe -Dplugin=ejb -Dmojo=ejb -Dfull=true

HTH,

John

[EMAIL PROTECTED] wrote:
Hi All,

I want to include and exclude some files in creating ejb-client jar,


But i don't know what need to be included in configuration section of ejb plugin , is there any documentation for this like " how to configure client jar""

or is there some sample somewhere /some one has it

Please advice






Thanks,
Raghu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to