You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/08 22:14:11 UTC

[jira] Updated: (MPEJB-2) ejb:install should also depend and install client

The following issue has been updated:

    Updater: John Casey (mailto:jdcasey@commonjava.org)
       Date: Mon, 8 Dec 2003 3:13 PM
    Comment:
Patch to support:

ejb:install-client
ejb:install-client-snapshot
ejb:deploy-client
ejb:deploy-client-snapshot
    Changes:
             Attachment changed to maven-ejb-plugin-ejb-client-support-enhancement.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: Mon, 8 Dec 2003 3:13 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org