Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6, 1.6.1
-
Fix Version/s: 1.6.2
-
Labels:None
-
Number of attachments :
Description
The ejb plugin from maven 1.1-beta 2 can generated EJB client code maven.ejb.client.generate=true. The client code is placed in repository as ejbs/<myclinet>.jar. Unfortunately war plugin adds only type=jar dependencies and ignores type=ejb dependencies, see maven-war-plugin-1.6.1/plugin.jelly, line 149.
If you activate maven.ejb.client.generate=true then the ejb client library is in ejb-clients/<mycli>.jar
I'll add support for types 'ejb' and 'ejb-client'