I've found that it only works if your other projects:
1) have the same parent and you run the maven command from the parent

2) the other project is at the top level of your workspace.  e.g.
MyWonderfulProject
\ pom.xml

MyMasterLib
\ pom
\ MySubModuleLib
  \ pom.xml

>From MyWonderfulProject, if you have a dependency on MySubModuleLib, it
doesn't seem to link it.  If you like to MyMaterLib, it would.

HTH
Jim


On Wed, Jun 17, 2009 at 12:25 PM, Daniele Dellafiore <ilde...@gmail.com>wrote:

> Hi everyone.
>
> I read here:
> http://martijndashorst.com/blog/2009/05/29/maven-eclipse-plugin-woes-fixed/
>
> that eclipse maven plugin 2.7 has a new feature such as "such as
> searching your workspace for projects that are snapshot dependencies,
> and adding a project link instead of a jar dependency.".
> How is that supposed to work?
>
> I have a project A that uses B-1.0-SNAPSHOT but the mvn
> eclipse:eclipse still links the jar.
> There is some configuration to do?
>
> thanks!
>
> --
> Daniele Dellafiore
> http://blog.ildella.net
> http://twitter.com/ildella
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to