Hi, I'm looking at porting a fairly large app on behalf of a client to being managed by Maven. One thing I'm struggling with at the moment is how to configure the individual projects to handle the inter-project dependencies. I can see how to build the whole project using the reactor but I'm not sure that does what I need.
As a developer I might have multiple projects that I will be working on simultaneously, a web app and some related ejb jars. I need the webapp to compile against the classes I have just modified in the ejbs. How do you achieve this? I can see how to specify the dependencies to SNAPSHOT jars and to upload the latest snapshot to the local repository. Is this the correct way to achieve what I want? If yes, is there any way to further automate the process? e.g. webapp depends on ejb. Whilst building the webapp, maven detects that the classes within the ejb have been modified. So rebuilds the ejb snapshot jar and uploads to local repository before building the webapp. Thanks Nathan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
