Hi,

 

I'm relatively new to maven and I could do with some advice regarding
the assembly plugin.

 

I'd like to create a binary distribution containing the ejb-client jar
and some other documentation.

 

In the pom I have declared the dependency with <type>ejb-client</type>
and in the assemble.xml I have 

<include>com.xxx.cml:cml-trigger-ejb:ejb-client</include> but don't get
the expected result.

 

If I change the dependency to <type>ejb</type> and use

<include>com.xxx.cml:cml-trigger-ejb:ejb</include> I get the full ejb
jar in the distribution.

 

Does the assembly plugin no support ejb-client jars or am I missing
something?

 

Thanks in advance.

 

Richard

 

Reply via email to