Intellij idea, can't make Maven work

Rustam Salakhutdinov

It's a copy of this post with adding information (because it's not a copy of another questions like this).

I just instaill last version of Intellij idea on the new computer and can't make Maven work properly with empty project.

When it starts Maven try to download all it's plugins, but it stuck in infinite download. I try to add some dependcy and get infinity download of that dependcy

First

I have found a lot of peoples with such problems like this and a lot of others, but this solution doesn't work for me.

I already install last version of Maven instead of Maven inserted in idea: Second

Also I try to update information from main repository manual in idea Maven settings and got such error:

transfer for nexus-maven-repository-index.properties failed

There is post with problem like this, but it doesn't work for me either. And if I try to use Maven from Terminal like this:

mvn -U idea:idea

(also I try to add proxy settings as arguments here) I've got such problems:

Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5

And a lot of problems like this with other plugins.

Try to use proxy in settings.xml and as commands in idea settings of Maven: Third As @Tunaki already said add of proxy helped in most of cases, but not mine. My settings.xml: proxy

Rustam Salakhutdinov

I found the problem. The connection was being blocked my the computer's firewall. Turning off Windows Firewall and Avast Internet Security makes it work without any proxy.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

idea intellij maven project can't make

From Dev

I can't work with Maven's dependency in IntelliJ IDEA

From Dev

Intellij IDEA can't find a class in successfully imported Maven dependency

From Dev

Can't create RESTful Web Service with maven on IntelliJ Idea 2017.3.4

From Dev

Intellij IDEA maven : can't resolve symbol "backtype"

From Dev

Why can't Ubuntu Make install Intellij IDEA on 16.04?

From Java

How can I make IntelliJ IDEA update my dependencies from Maven?

From Dev

How can I use scala sources from a different location in a sbt project and also make it work with IntelliJ IDEA?

From Dev

Can't find the option to create a new Maven project in IntelliJ IDEA 2016.1

From Dev

IntelliJ and Maven - Can't create a maven project

From Dev

IntelliJ IDEA from Maven project doesn't build with Maven

From Dev

IntelliJ IDEA from Maven project doesn't build with Maven

From Dev

Can't run Intellij IDEA13 Ultimate on OSX (CE work proper)

From Dev

IntelliJ Idea can't find directory

From Dev

Can't see project folders in IntelliJ IDEA

From Dev

Can't configure Scala in Intellij IDEA 13

From Dev

IntelliJ IDEA can't find project sdk

From Dev

I can't make these few simple line of code work correctly and have no idea why

From Dev

Can not download sources with Intellij Idea community 12.1.4 and maven 3.0.5

From Dev

IntelliJ IDEA 13 doesn't recognize Maven mirrors

From Dev

Can't properly create a maven project with Intellij

From Dev

Can't make httpErrors to work

From Dev

Can't make the draggable to work

From Dev

Can't make ApiGenerator to work

From Dev

Can't make InfiniteViewPager work

From Dev

can't make Wikibase work

From Dev

IntelliJ IDEA - Key board right click doesn't work

From Dev

Gradle plugin doesn't work in Intellij IDEA (Calculate task graph)?

From Dev

Ctrl + V and Ctrl + C doesn't work in Intellij IDEA 14.0.2

Related Related

  1. 1

    idea intellij maven project can't make

  2. 2

    I can't work with Maven's dependency in IntelliJ IDEA

  3. 3

    Intellij IDEA can't find a class in successfully imported Maven dependency

  4. 4

    Can't create RESTful Web Service with maven on IntelliJ Idea 2017.3.4

  5. 5

    Intellij IDEA maven : can't resolve symbol "backtype"

  6. 6

    Why can't Ubuntu Make install Intellij IDEA on 16.04?

  7. 7

    How can I make IntelliJ IDEA update my dependencies from Maven?

  8. 8

    How can I use scala sources from a different location in a sbt project and also make it work with IntelliJ IDEA?

  9. 9

    Can't find the option to create a new Maven project in IntelliJ IDEA 2016.1

  10. 10

    IntelliJ and Maven - Can't create a maven project

  11. 11

    IntelliJ IDEA from Maven project doesn't build with Maven

  12. 12

    IntelliJ IDEA from Maven project doesn't build with Maven

  13. 13

    Can't run Intellij IDEA13 Ultimate on OSX (CE work proper)

  14. 14

    IntelliJ Idea can't find directory

  15. 15

    Can't see project folders in IntelliJ IDEA

  16. 16

    Can't configure Scala in Intellij IDEA 13

  17. 17

    IntelliJ IDEA can't find project sdk

  18. 18

    I can't make these few simple line of code work correctly and have no idea why

  19. 19

    Can not download sources with Intellij Idea community 12.1.4 and maven 3.0.5

  20. 20

    IntelliJ IDEA 13 doesn't recognize Maven mirrors

  21. 21

    Can't properly create a maven project with Intellij

  22. 22

    Can't make httpErrors to work

  23. 23

    Can't make the draggable to work

  24. 24

    Can't make ApiGenerator to work

  25. 25

    Can't make InfiniteViewPager work

  26. 26

    can't make Wikibase work

  27. 27

    IntelliJ IDEA - Key board right click doesn't work

  28. 28

    Gradle plugin doesn't work in Intellij IDEA (Calculate task graph)?

  29. 29

    Ctrl + V and Ctrl + C doesn't work in Intellij IDEA 14.0.2

HotTag

Archive