i have a problem that i can't execute this order "mvn clean package -DskipTes" in my vitural machine (centos)
Asked
Active
Viewed 1,523 times
1
-
Side comment: This version is ~6 years old. You should probably try using a newer one. – Mureinik Jun 30 '18 at 11:29
-
it's my first big data demo,so i just use it in recently,and when i finished this demo,i will using a newer one. – Alex pan Jun 30 '18 at 11:37
-
2The message `protocol version` shows that you are going with Java 6 or Java 7...See https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/ – khmarbaise Jun 30 '18 at 14:39
-
so appreciate,buddy! – Alex pan Jul 01 '18 at 00:57
1 Answers
0
It seems like you've missed the message that Maven Central now only supports TLSv1.2, see Why am I getting "Received fatal alert: protocol_version" or "peer not authenticated" from Maven Central?

Robert Scholte
- 11,889
- 2
- 35
- 44