See inline. Cheers, Dominik
On Thu, 2003-09-18 at 16:24, Nelson, Scott (MAN - Corporate) wrote: > When using the multiproject plugin. Is it a requirement that all of your > subprojects are underneath the main project? [Dominik] : No. > I have a flattened directory > structure and would like to use the multiproject plugin cause each of my > three subproject all rely on one another. > > I have a directory structure that has all of my projects at the same level. > Can I still use the multiproject plugin? > [Dominik] : Yes > |-ProjectMain > |-ProjectA > |-ProjectB > |-ProjectC > > > Assuming I can get the multiproject plugin to work for my projects, do I > need to specify the dependencies between projectA, projectB, and projectC in > the project.xml file as a SNAPSHOT dependency or not? [Dominik] : Not necessarily. Just specify the properties maven.multiproject.includes/excludes/basedir in ProjectMain and maven.multiproject.type in the subprojects. > > Thanks in advance, > > Scott > > > > > This message (including any attachments) contains confidential information > intended for a specific individual and purpose, and is protected by law. If > you are not the intended recipient, you should delete this message and are > hereby notified that any disclosure, copying, or distribution of this > message, or the taking of any action based on it, is strictly prohibited. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
