You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Felipe Gaúcho <fg...@gmail.com> on 2009/02/19 12:44:06 UTC

how to deploy ejb-client ??

I am using the ejb plugin to generate two artifacts:

- ejb-module.jar
- ejb-module-client.jar

but only the ejb-module is being deployed to the local repository ...

is there a way to configure the pom to deploy both artifacts ??

-- 

Please help to test this application:
http://fgaucho.dyndns.org:8080/cejug-classifieds-richfaces

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to deploy ejb-client ??

Posted by ji...@gmail.com.
No, you aren't forced to do that. But it is by far the easiest way of
doing things. Separate concerns, i.e. artifacts, should be in separate
modules. I, at least, would generally need a very good reason to
bypass that design principle; a module having a small number of actual
files in it is rather unconvincing.

If you absolutely must, you could try maven-assembly-plugin. Good luck.
-jesse

On Thu, Feb 19, 2009 at 7:15 AM, Felipe Gaúcho <fg...@gmail.com> wrote:
> am I forced to do that ?
>
> * it is only 2 interfaces :)
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to deploy ejb-client ??

Posted by Felipe Gaúcho <fg...@gmail.com>.
am I forced to do that ?

* it is only 2 interfaces :)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to deploy ejb-client ??

Posted by ji...@gmail.com.
Make a separate module for each?

On Thu, Feb 19, 2009 at 6:44 AM, Felipe Gaúcho <fg...@gmail.com> wrote:
> I am using the ejb plugin to generate two artifacts:
>
> - ejb-module.jar
> - ejb-module-client.jar
>
> but only the ejb-module is being deployed to the local repository ...
>
> is there a way to configure the pom to deploy both artifacts ??

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org