首页 > 其他 > 详细

mule报错 studio:studio goal failed to execute

时间:2015-10-20 09:12:00      阅读:718      评论:0      收藏:0      [点我收藏+]

Build problem on project ProjectName, studio:studio goal failed to execute, check the Maven Output console for logs

这个错 

只要在pom.xml中添加

<pluginRepositories>

    ...
    <pluginRepository>
        <id>mule-ee-public</id>
        <url>https://repository.mulesoft.org/nexus/content/repositories/releases</url>           
    </pluginRepository>
    ...
</pluginRepositories>

这段代码,然后就OK了

 

mule报错 studio:studio goal failed to execute

原文:http://www.cnblogs.com/wraity/p/4893671.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!