Fanlu91 / Fanlu91.github.io

My blog
0 stars 0 forks source link

本地hdfs/mr 编程环境搭建 #3

Closed Fanlu91 closed 4 years ago

Fanlu91 commented 4 years ago
Fanlu91 commented 4 years ago

If you use brew to install maven, then the settings file should be in

/usr/local/Cellar/maven/3.6.0/libexec/conf/settings.xml

alibaba maven mirror

         <mirror>
            <id>nexus-aliyun</id>
            <mirrorOf>*</mirrorOf>
            <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror>
Fanlu91 commented 4 years ago

解决使用JDK 11 + maven build报错问题“ERROR Source option 1.5 is no longer supported. Use 1.6 or later”

https://stackoverflow.com/questions/49028810/error-source-option-1-5-is-no-longer-supported-use-1-6-or-later