score:1

i assume you are using jdk 7...if so you have to check your jdk 7 options cause a month ago maven central does not support anymore tls v1.x you have to configure your build by using:

mvn -dhttps.protocols=tlsv1.2 <goals>

more details can be found on the documentation.

apart from the above i recommend to try the build on plain command line and not inside eclipse...


Related Query

More Query from same tag