Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Maven Dependencies not Resolving for Project

have you tried importing the project in a new, clean workspace?
It'd help if you could share your pom

On Mon, Oct 3, 2016 at 2:16 PM, Shelli Orton <Shelli.Orton@xxxxxxx> wrote:
Hi,

Hoping somebody has a suggestion for this issue.  Otherwise, I'm going to have to downgrade my Eclipse install.

Shelli

-----Original Message-----
From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@eclipse.org] On Behalf Of Shelli Orton
Sent: Friday, September 16, 2016 2:04 PM
To: info@xxxxxxxxx; Maven Integration for Eclipse users mailing list <m2e-users@xxxxxxxxxxx>
Subject: Re: [m2e-users] Maven Dependencies not Resolving for Project

Hi,

The build works fine both in Eclipse and on the command line.  It's just that the dependencies don't resolve/display in Eclipse.

Shelli

-----Original Message-----
From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@eclipse.org] On Behalf Of Karl Heinz Marbaise
Sent: Friday, September 16, 2016 1:57 PM
To: Maven Integration for Eclipse users mailing list <m2e-users@xxxxxxxxxxx>
Subject: Re: [m2e-users] Maven Dependencies not Resolving for Project

Hi,

I would suggest to first test to build your project on command line via Maven and see if there is any error...

Just try on command line:

mvn clean package

Kind regards
Karl Heinz

On 14/09/16 23:43, Shelli Orton wrote:
> I recently installed Neon and have been working with a new Maven test
> project. The transitive dependencies are not be resolved. I.e. when I
> view either the Dependency Hierarchy or Effective POM views, the only
> dependencies displayed are those explicitly set in the pom.xml. There
> is an error when viewing the raw pom.xml at the top which is simply
> the name of a transitive dependency jar (no other text).
>
> I thought this might be a Neon issue, but if I open the project in
> another version of Eclipse (Luna) it shows the same thing. Also, if I
> open an older project in Neon (created in Luna), it resolves the
> dependencies just fine. So, it must be something with the config for
> this project.
>
> Anyone know what the issue might be? I can't find any differences
> between the two projects.
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5

Back to the top