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
