Hi.

I have a multi module project and I need to generate two clients (could be
more) for my application. But the clients need to include classes that are
in different modules, so I'm kind of not having much idea on how to do this.

My project structure is like this

- root
--- module a (jar)
--- module b (jar)
--- module c (ejb)
--- module d (ejb)
--- module e (war)
--- module f (war)

As I said, the clients I need to generate must include a different subset of
classes that are in module a, module b and module d. Also I need to deploy
these clients to the company's repository (I'm using Nexus) so the consumers
can declare it as a dependency.

What do you recommend for this need?

Thanks and regards,
Rafael.

Reply via email to