Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Maven 如何连接mule存储库?_Maven_Repository_Mule - Fatal编程技术网

Maven 如何连接mule存储库?

Maven 如何连接mule存储库?,maven,repository,mule,Maven,Repository,Mule,当我运行我的mule界面时,我的速度越来越慢 [ERROR] Failed to execute goal on project apl-integration: Could not resolve dependencies for project com.katalystm:apl-integration:mule:1.0.0-PRE: Failed to collect dependencies at com.mulesoft.muleesb:mule-core-ee:jar:3.7.0:

当我运行我的mule界面时,我的速度越来越慢

[ERROR] Failed to execute goal on project apl-integration: Could not resolve dependencies for project com.katalystm:apl-integration:mule:1.0.0-PRE: Failed to collect dependencies at com.mulesoft.muleesb:mule-core-ee:jar:3.7.0: Failed to read artifact descriptor for com.mulesoft.muleesb:mule-core-ee:jar:3.7.0:

Could not transfer artifact com.mulesoft.muleesb:mule-core-ee:pom:3.7.0 from/to mulesoft-releases (http://repository.mulesoft.org/releases/): Connect to repository.mulesoft.org:80 [repository.mulesoft.org/52.7.200.18] failed: Connection timed out: connect -> [Help 1]
似乎连接失败了,我甚至在我的POM文件中也添加了存储库

<repositories>
          <repository>
            <id>Central</id>
            <name>Central</name>
            <url>http://repo1.maven.org/maven2/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>mulesoft-releases</id>
            <name>MuleSoft Releases Repository</name>
            <url>http://repository.mulesoft.org/releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
           <id>mulesoft-snapshots</id>
           <name>MuleSoft Snapshots Repository</name>
           <url>http://repository.mulesoft.org/snapshots/</url>
           <layout>default</layout>
       </repository>
    </repositories>

中心的
中心的
http://repo1.maven.org/maven2/
违约
mulesoft发布
MuleSoft发布存储库
http://repository.mulesoft.org/releases/
违约
穆勒福特快照
MuleSoft快照存储库
http://repository.mulesoft.org/snapshots/
违约

请添加此存储库

    <repository>
        <id>codehaus-mule-repo</id>
        <name>codehaus-mule-repo</name>
        <url>
         https://repository-master.mulesoft.org/nexus/content/groups/public/
        </url>
        <layout>default</layout>
    </repository>

科德豪斯穆勒回购
科德豪斯穆勒回购
https://repository-master.mulesoft.org/nexus/content/groups/public/
违约

您可能受到办公室/家用电脑防火墙的限制。尝试在anypoint studio之外构建mule项目。尝试使用不同的internet连接。