myEclispe maven打包报错

Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (make-assembly) on project cloudboot: Execution make-assembly of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-assembly-plugin:jar:2.6 -> org.apache.maven.shared:maven-common-artifact-filters:jar:1.4: Failed to read artifact descriptor for org.apache.maven.shared:maven-common-artifact-filters:jar:1.4: Could not transfer artifact org.apache.maven.shared:maven-common-artifact-filters:pom:1.4 from/to alimaven (https://maven.aliyun.com/repository/central): Cannot access https://maven.aliyun.com/repository/central with type default using the available connector factories: BasicRepositoryConnectorFactory: Cannot access https://maven.aliyun.com/repository/central using the registered transporter factories: WagonTransporterFactory: java.util.NoSuchElementException
[ERROR] role: org.apache.maven.wagon.Wagon
[ERROR] roleHint: https
[ERROR] -> [Help 1]

org.apache.maven.plugins maven-assembly-plugin jar-with-dependencies com.ll.App make-assembly package single Cannot access https://maven.aliyun.com/repository/central ,不知道是啥原因 网络上面应该没啥问题,因为在pom.xml中添加依赖时,jar包可以正常下载,直接访问这个仓库地址页面也是有反应的 希望可以解惑

NoSuchElementException应该是版本不对,或者下载jar不成功,看看maven配置是否正常。