You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ex...@nokia.com on 2003/06/30 15:50:10 UTC

"Unsatisfied dependencies" for reactor dependencies in Beta 9

Hi,

I just moved from beta 8 to beta 9.  I have about 20 components that are built with the reactor.  Beta 9 complains that these are unsatisfied dependencies - it does not understand that they are to be built from source.  This worked with Beta 8.  What should I do to get this working?

Thanks,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: "Unsatisfied dependencies" for reactor dependencies in Beta 9

Posted by Jason van Zyl <ja...@zenplex.com>.
On Mon, 2003-06-30 at 09:50, Ext-Mike.Hogan@nokia.com wrote:
> Hi,
> 
> I just moved from beta 8 to beta 9.  I have about 20 components that are built with the reactor.  Beta 9 complains that these are unsatisfied dependencies - it does not understand that they are to be built from source.  This worked with Beta 8.  What should I do to get this working?

I haven't tested this but most likely it is the way your dependencies
are stated. Are you using <groupId> and <artifactId> for your
dependencies?

The ordering is determined by the relationship amongst the found
dependencies. I haven't tested this but we moved away from simply using
<id> for the dependencies and simply using that might be causing the
problem.

> Thanks,
> Mike.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org