﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-Noah-文章分类-Maven</title><link>http://www.blogjava.net/Noah/category/53861.html</link><description>&lt;span style="font-family: 宋体; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri" lang="ZH-CN"&gt;不是经典我不发&lt;/span&gt;</description><language>zh-cn</language><lastBuildDate>Thu, 29 Aug 2013 08:37:42 GMT</lastBuildDate><pubDate>Thu, 29 Aug 2013 08:37:42 GMT</pubDate><ttl>60</ttl><item><title>ArtifactdescriptorException: failed to read artifact for 问题解决办法</title><link>http://www.blogjava.net/Noah/articles/403443.html</link><dc:creator>眼镜蛇</dc:creator><author>眼镜蛇</author><pubDate>Thu, 29 Aug 2013 08:30:00 GMT</pubDate><guid>http://www.blogjava.net/Noah/articles/403443.html</guid><wfw:comment>http://www.blogjava.net/Noah/comments/403443.html</wfw:comment><comments>http://www.blogjava.net/Noah/articles/403443.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Noah/comments/commentRss/403443.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Noah/services/trackbacks/403443.html</trackback:ping><description><![CDATA[在项目中，当引入一些Jar包时，因为有些包中又包括了其它的包的依赖，所以Maven会下载相应的包，但这些包有可能已经不存在了。这时就会报这个错误：ArtifactdescriptorException: failed to read artifact for xxxxxx.<br /><br />遇到这中问题最简单的办法就是一个一个的exclusion，可以执行mvn -U install,根据错误提示，分别exclusion它们。<img src ="http://www.blogjava.net/Noah/aggbug/403443.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Noah/" target="_blank">眼镜蛇</a> 2013-08-29 16:30 <a href="http://www.blogjava.net/Noah/articles/403443.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>