[ http://jira.codehaus.org/browse/MPEJB-19?page=comments#action_44475 ]
Vincent Massol commented on MPEJB-19:
-------------------------------------
Fredrik,
Although I haven tried it you need a dependency of type 'ejb-client', not 'ejb':
<dependency>
<groupId>sintef</groupId>
<artifactId>asset-repository-ejb</artifactId>
<version>1.0-SNAPSHOT</version>
<type>ejb-client</type>
<properties>
<ear.bundle>true</ear.bundle>
</properties>
</dependency>
Let us know if it works.
> EJBArtifactTypeHandler should append "-client" to artifactId, not version
> string?
> ---------------------------------------------------------------------------------
>
> Key: MPEJB-19
> URL: http://jira.codehaus.org/browse/MPEJB-19
> Project: maven-ejb-plugin
> Type: Bug
> Versions: 1.7
> Environment: Maven 1.0.2, maven-ejb-plugin 1.7-SNAPSHOT
> Reporter: Fredrik Vraalsen
> Assignee: Brett Porter
> Attachments: ejb-client-name-testcase.patch, ejb-client-name.patch
>
>
> I just checked out the latest version of the maven-ejb-plugin which installs
> ejb-client jars with a different name. Thanks for the good work!
> However, I'm wondering why the ejb-client jar appends "-client" to the
> version string rather than the artifactId, which seems more appropriate to me
> at least? The attached patch changes this.
> Cheers,
> Fredrik
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]