how to deploy ejb-client ??

2009-02-19 Thread Felipe Gaúcho
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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: how to deploy ejb-client ??

2009-02-19 Thread jieryn
Make a separate module for each?

On Thu, Feb 19, 2009 at 6:44 AM, Felipe Gaúcho fgau...@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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: how to deploy ejb-client ??

2009-02-19 Thread Felipe Gaúcho
am I forced to do that ?

* it is only 2 interfaces :)

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



Re: how to deploy ejb-client ??

2009-02-19 Thread jieryn
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 fgau...@gmail.com wrote:
 am I forced to do that ?

 * it is only 2 interfaces :)


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