Maven Dependencies taking too long to download
up vote
-6
down vote
favorite
my spring boot project creation takes more than 3 hours just to download dependencies, for example Web, Devtools and JPA.
I am using intellij and using
http://start.spring.io/
what could be the cause of failing to download such small sized dependencies
java maven spring-boot
New contributor
add a comment |
up vote
-6
down vote
favorite
my spring boot project creation takes more than 3 hours just to download dependencies, for example Web, Devtools and JPA.
I am using intellij and using
http://start.spring.io/
what could be the cause of failing to download such small sized dependencies
java maven spring-boot
New contributor
1
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
1
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29
add a comment |
up vote
-6
down vote
favorite
up vote
-6
down vote
favorite
my spring boot project creation takes more than 3 hours just to download dependencies, for example Web, Devtools and JPA.
I am using intellij and using
http://start.spring.io/
what could be the cause of failing to download such small sized dependencies
java maven spring-boot
New contributor
my spring boot project creation takes more than 3 hours just to download dependencies, for example Web, Devtools and JPA.
I am using intellij and using
http://start.spring.io/
what could be the cause of failing to download such small sized dependencies
java maven spring-boot
java maven spring-boot
New contributor
New contributor
New contributor
asked Nov 8 at 9:26
Tapiwanashe Shoshore
13
13
New contributor
New contributor
1
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
1
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29
add a comment |
1
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
1
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29
1
1
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
1
1
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I had this problem myself.
It was because my maven repo was on a network drive while the application I was building was on a local drive.
When I moved the repo to the local drive it fixed the issue.
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I had this problem myself.
It was because my maven repo was on a network drive while the application I was building was on a local drive.
When I moved the repo to the local drive it fixed the issue.
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
add a comment |
up vote
0
down vote
I had this problem myself.
It was because my maven repo was on a network drive while the application I was building was on a local drive.
When I moved the repo to the local drive it fixed the issue.
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
add a comment |
up vote
0
down vote
up vote
0
down vote
I had this problem myself.
It was because my maven repo was on a network drive while the application I was building was on a local drive.
When I moved the repo to the local drive it fixed the issue.
I had this problem myself.
It was because my maven repo was on a network drive while the application I was building was on a local drive.
When I moved the repo to the local drive it fixed the issue.
answered Nov 8 at 10:36
Spinners
14
14
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
add a comment |
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
You mean the local cache? meaning $HOME/.m2/repository on a network drive? Yes this will explain a lot...
– khmarbaise
Nov 8 at 19:06
add a comment |
Tapiwanashe Shoshore is a new contributor. Be nice, and check out our Code of Conduct.
Tapiwanashe Shoshore is a new contributor. Be nice, and check out our Code of Conduct.
Tapiwanashe Shoshore is a new contributor. Be nice, and check out our Code of Conduct.
Tapiwanashe Shoshore is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204786%2fmaven-dependencies-taking-too-long-to-download%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Maybe include a result from speedtest.net to show whether or not it's network related. Would also help to include some download logs
– Markoorn
Nov 8 at 9:28
1
Maybe network Problems or unreachable repositories, try mvn -X ... to see debug informations
– Jens
Nov 8 at 9:29