Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] pom.xml/Dependencies: cannot resolve "Missing artifact" issue

I've had similar style issues as well.  Typically, I have found it has something to do with the _remote.repositories that tells maven which repo it downloaded from and if it doesn't match what you're seraching for by your settings file, it could cause problems.

A quick fix you can try is to delete the _remote.repositories file and then do a Project Update (Alt-F5) and for dependency update (-U) and see if that resolve the missing artifact error.

Eric

On Fri, May 20, 2016 at 11:10 AM, floodway <floodway@xxxxxxxxx> wrote:
Hello,

My situation is as follows:
- fresh installation of Eclipse 4.5.2
- brand new workspace
- existing maven modular project imported
- Dependencies tab of pom.xml says in red: "Missing artifact
com.google:cofoja:jar:1.2 (Click for 5 more)"

These artifacts are not expected to be in any public repository or maven
central, but I have them installed locally beneath ~/.m2/repository.

I've tried to do F5, restart Eclipse itself, and "Reindex" button in
Settings > Maven > User Settings. "Missing artifact" error remains.


Could you please advise me a way to solve this problem?

Thanks in advance.
_______________________________________________
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


Back to the top