best practice is to break them up as much as you can so that you will
have one build artifact per module.

I my case which i use jaxws and here are my modules:

  core
  ws-client   depends on core
  ws-server  depend on core
  webapp   depend on core and ws-server

note both ws-client and ws-server are generated from core classes.

are your structures similar to this?

-D

On 9/6/07, Sebastian Johnck <[EMAIL PROTECTED]> wrote:
> Hello,
> I currently have a war project (containing web services) in which I'm
> generating a client.jar, containing client code, to include in the war.
> I'm generating client code into generated-sources folder and then using the
> jar plugin to create the client.jar, and place it in the web resources
> directory before war packaging.
>
> Would maven encourage that I use two projects for this type of case? How
> would I do this if the source directories for both projects are the same?
>
> Thanks ahead of time.
> z
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to