The following issue has been updated:

    Updater: Tim Shadel (mailto:[EMAIL PROTECTED])
       Date: Tue, 25 May 2004 8:01 PM
    Comment:
This patch fixes a typo in the first patch submitted against this issue (ejb.patch, 
hence the name for this patch).  The patch incorrectly calls ejb:client instead of 
ejb:ejb-client in one spot.
    Changes:
             Attachment changed to ejb.patch.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPEJB-2?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/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: Tue, 25 May 2004 8:01 PM

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]

Reply via email to