Hello,

maven-ejb-plugin has possibility to create client jar with all what you need.

http://maven.apache.org/plugins/maven-ejb-plugin/examples/generating-ejb-client.html

If you want to create more then one artifact from one module, read about maven-assembly-plugin http://maven.apache.org/plugins/maven-assembly-plugin/index.html

Best regards,
Aleksey Didik


Valentin Jacquemin пишет:
Hi all,

Is it possible to use one pom file that generates 2 artifacts?
I have one pom taking care of creating an ejb artifact but I'd like to
produce also a jar library containing every interfaces declaration of my ejb
to be able to include it in my war file.... How can I do that?


Thanks in advance,


Valentin Jacquemin


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

Reply via email to