Intellij giving Could not find artifact com.mar.indexes:ui-automatio n-base:jar:0.0.3-SNAPSHOT error but same isn't observed in other IDE

Answered

 

I wanted to use Intellij to code but the issue is it is not recognizing one dependency but the same does not happen in Eclipse. Attached is the error I am getting.

Maven error Intellij I tried the following things but none of them worked.

  1. Maven reload all projects
  2. Invalidate Cache
  3. Maven Settings checked Always update snapshots
  4. Maven clean and Install
  5. Turned up to latest Intellij version and re imported the project
  6. Created settings.xml for Maven and also cleared .idea file and re built the project

Can someone guide me on this with what is the exact issue? Because it does not show any such error in pther IDE like eclipse. Why Intellij has this issue?

0
3 comments

Hello,

Where is this dependency located? Is it custom repository? Is this repository configured in pom file or settings?

0

Yes this is a custom repository. The dependency is configured in POM

0

Please open "Settings/Preferences | Build, Execution, Deployment | Build Tools | Maven | Repositories", select your custom repository and click "Update". Then check if there are any errors in idea.log ("Help | Show Log in...").

0

Please sign in to leave a comment.