Hi,

ejb plugin places the EJB client code in repository in ejbs/<my client>.jar.
However the war plugin uses only type=jar dependencies:

(maven-war-plugin-1.6.1/plugin.jelly, line 149)

<j:if test="${dep.type =='jar'}">
<ant:copy todir="${webapp.build.lib}" file="${lib.path}"/>
</j:if>

Seems like bug. How can I add my EJB client jar to WAR?

Thanks, Jan




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

Reply via email to