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