<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HHdem:s blog &#187; maven2</title>
	<atom:link href="http://hhdem.com/tag/maven2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hhdem.com</link>
	<description>飞向自由的天空</description>
	<lastBuildDate>Sun, 20 May 2012 16:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Maven2 的 WARN Messages</title>
		<link>http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/</link>
		<comments>http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:09:10 +0000</pubDate>
		<dc:creator>hhdem</dc:creator>
				<category><![CDATA[coder]]></category>
		<category><![CDATA[m2eclipse]]></category>
		<category><![CDATA[maven2]]></category>
		<category><![CDATA[WARN]]></category>

		<guid isPermaLink="false">http://hhdem.com/?p=238</guid>
		<description><![CDATA[<a href="http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/" title="Maven2 的 WARN Messages"></a>[WARN] Failed to&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. 1 required artifact is missing.  for artifact:    org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.1 在m2eclipse有说是版本问题&#8230;. Note about 0.9.8 Workspace Incompatibility: If you are using m2eclipse 0.10.0 with a workspace that contains projects created under m2eclipse 0.9.8, you must remove the workspaceState.ser file. The &#8230;<p class="read-more"><a href="http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/" title="Maven2 的 WARN Messages"></a><div>
<p><span style="color: #888888;">[WARN] Failed to&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</span></p>
</div>
<div>
<p><span style="color: #888888;">1 required artifact is missing.  for artifact:    org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.1</span></p>
</div>
<div>在<a href="http://m2eclipse.sonatype.org/installing-m2eclipse.html">m2eclipse</a>有说是版本问题&#8230;.</div>
<div>
<blockquote><p><strong>Note about 0.9.8 Workspace Incompatibility:</strong> If you are using m2eclipse 0.10.0 with a workspace that contains projects created under m2eclipse 0.9.8, you must remove the workspaceState.ser file. The workspaceState.ser file is located within the workspace directory in $workspace<em>dir/.metadata/.plugins/org.maven.ide.eclipse/workspaceState.ser. If you remove this file, m2eclipse 0.10.0 will regenerate it as needed.</em></p></blockquote>
<p>不过如果不是0.9.8生成的Project那就只能下载缺失的jar文件，比如这里是 maven-resources-plugin-2.4.1.jar。</p>
<blockquote><p><strong>Then, install it using the command: </strong><br />
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-interactivity-api -Dversion=1.0-alpha-4 -Dpackaging=jar -Dfile=/path/to/file</p>
<p><strong>Alternatively, if you host your own repository you can deploy the file there: </strong><br />
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-interactivity-api -Dversion=1.0-alpha-4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]</p></blockquote>
<p>我选择的前者。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://hhdem.com/2010/03/09/maven2-%e7%9a%84-warn-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

