Hi*! I am moving my project from ant to maven2. My project consists of multiple modules (ejbs/wars). I have created a base/parent project and added modules to it, so far so good.
Now, some of my projects depend upon some other child projects of the same parent to be built i.e. Child B depend upon Child A. I can build the Child A project (going to Child A dir and executing the "mvn package" command. This generates a jar file (which is needed for the Child B project). How can I let the Child B to know that the Child A has been build & the jar is added to the class path while building the Child B project. Thanks in advance for your time! -- View this message in context: http://www.nabble.com/Adding-Dependency-of-other-Child-Project-tp24204718p24204718.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
