If it is just about the file names, you can configure those with

<outputFileNameMapping>${artifactId}${classifier}.${extension}</outputFileNameMapping>

where ${classifier} here denotes "client" in case of ejb-client or nothing in case of ejb.

Stefan

Richard Featherstone wrote:
Hi,

Trial and error sorted this out

In the pom I declared the dependency with <type>ejb-client</type>

In the assemble.xml I have
<include>com.xxx.cml:cml-trigger-ejb</include>

This creates cml-trigger-ejb.jar in the dist but only including the
client classes.

Not exactly what I was after but it serves the purpose.

Richard


--
best regards,

Stefan Seidel
software developer
________________________
VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.    +49 (341) 9 60 50 07
fax.    +49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.    www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

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

Reply via email to