The following comment has been added to this issue:

     Author: Tim Shadel
    Created: Thu, 29 Jul 2004 7:09 PM
       Body:
It's very helpful to default the behavior of 'maven ejb' to build both the client and 
then main ejb.  This issue had two competing patches.  One patch relied on MAVEN-1068 
and MPARTIFACT-4.  Both have been closed as Won't Fix.

Please consider the original patch, ejb.patch (and the typo fix to it), now that the 
competing patch is no longer viable.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPEJB-2?page=comments#action_22502

---------------------------------------------------------------------
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: Thu, 29 Jul 2004 7:09 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