[ http://jira.codehaus.org/browse/MPEJB-2?page=all ]
     
Vincent Massol closed MPEJB-2:
------------------------------

      Assign To: Vincent Massol
     Resolution: Fixed
    Fix Version: 1.7

Thanks Tim. I've applied your patch. I've made quite a lot of extensive 
modifications though, like adding a new maven.ejb.client.generate property. 
Thanks!

> ejb:install should also depend and install client
> -------------------------------------------------
>
>          Key: MPEJB-2
>          URL: http://jira.codehaus.org/browse/MPEJB-2
>      Project: maven-ejb-plugin
>         Type: Bug
>     Versions: 1.2
>     Reporter: Archimedes Trajano
>     Assignee: Vincent Massol
>      Fix For: 1.7
>  Attachments: ejb-1.5.patch, ejb.patch, ejb.patch.patch, 
> maven-ejb-plugin-ejb-client-support-enhancement.patch
>
> Original Estimate: 1 day
>         Remaining: 1 day
>
> 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.

-- 
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]

Reply via email to