You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@basistech.com> on 2007/09/08 02:36:01 UTC

dependencies in the pom?

If I find myself in Eclipse needing to add a project-to-project
dependency, what do I do to the POM?


Re: dependencies in the pom?

Posted by Willem Jiang <ni...@iona.com>.
Hi Benson,

You just need to add the sub module dependencies in your module's pom.xml.
And run "mvn -Psetup.eclipse" from the *root directory* such as the trunk,
then mvn will help you to add the projects to your module project.

Willem.

Benson Margulies wrote:
> If I find myself in Eclipse needing to add a project-to-project
> dependency, what do I do to the POM?
>
>
>