The following issue has been updated:
Updater: Archimedes Trajano (mailto:[EMAIL PROTECTED])
Date: Fri, 28 Nov 2003 12:23 AM
Comment:
Patch to the files
Includes patches to deploy and snapshots as well. Changed the path to say
[id]-client-[version] instead of [id]-[version]-client
Changes:
Attachment changed to ejb.patch
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEJB-2&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEJB-2
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPEJB-2
Summary: ejb:install should also depend and install client
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: 1 day
Time Spent: Unknown
Remaining: 1 day
Project: maven-ejb-plugin
Versions:
1.2
Assignee:
Reporter: Archimedes Trajano
Created: Thu, 27 Nov 2003 11:11 PM
Updated: Fri, 28 Nov 2003 12:23 AM
Description:
Need to add into plugin.jelly something like
<j:set var="maven.ejb.final.client.name"
value="${maven.build.dir}/${maven.final.name}-client.jar"/>
<goal name="ejb:install"
prereqs="ejb:ejb,ejb:ejb-client"
description="Install the ejb in the local repository">
<artifact:install
artifact="${maven.ejb.final.name}"
type="ejb"
project="${pom}"/>
<artifact:install
artifact="${maven.ejb.final.client.name}"
type="jar"
project="${pom.client}"/>
</goal>
Not sure how to build pom.client though.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]