编译Atlas时候报错,报错信息为:

[ERROR] Failed to execute goal on project sqoop-bridge-shim: 
Could not resolve dependencies for project org.apache.atlas:sqoop-bridge-shim:jar:0.8.4: 
Could not find artifact org.apache.sqoop:sqoop:jar:1.4.6.2.3.99.0-195 in
 aliyunmaven (https://maven.aliyun.com/repository/central) -> [Help 1]

原来这个jar包需要从如下获取:
http://repo.hortonworks.com/content/repositories/releases/org/apache/sqoop/sqoop/1.4.6.2.3.99.0-195/

Could not find artifact org.apache.sqoop:sqoop:jar:1.4.6.2.3.99.0-195_apache
maven安装命令:

mvn install:install-file -Dfile=sqoop-1.4.6.2.3.99.0-195.jar -DgroupId=org.apache.sqoop -DartifactId=sqoop -Dversion=1.4.6.2.3.99.0-195 -Dpackaging=jar