<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Maven tip file</title>
	<atom:link href="http://tech.puredanger.com/index.php/2009/02/25/maven-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2009/02/25/maven-tips/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2009/02/25/maven-tips/comment-page-1/#comment-146813</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 27 Feb 2009 03:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/02/25/maven-tips/#comment-146813</guid>
		<description>@Eugene: Yep, I think I mentioned that above, but works great.  Cool tip on the feature though - hadn&#039;t seen that one.</description>
		<content:encoded><![CDATA[<p>@Eugene: Yep, I think I mentioned that above, but works great.  Cool tip on the feature though &#8211; hadn&#8217;t seen that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Kuleshov</title>
		<link>http://tech.puredanger.com/2009/02/25/maven-tips/comment-page-1/#comment-146784</link>
		<dc:creator>Eugene Kuleshov</dc:creator>
		<pubDate>Fri, 27 Feb 2009 01:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/02/25/maven-tips/#comment-146784</guid>
		<description>@Alex you should be able to run tests in Eclipse with simple &quot;Run as / JUnit&quot;, but it reminds me that there is an enhancement requesting for &quot;Run as / Maven test&quot; for classes (essentially, an equivalent of -Dtest=FooTest). Also, you may find &lt;a href=&quot;http://docs.codehaus.org/display/M2ECLIPSE/New+and+Noteworthy#NewandNoteworthy-debugLink&quot; rel=&quot;nofollow&quot;&gt;this little feature&lt;/a&gt; handy for debugging tests spawned in a separate VM.</description>
		<content:encoded><![CDATA[<p>@Alex you should be able to run tests in Eclipse with simple &#8220;Run as / JUnit&#8221;, but it reminds me that there is an enhancement requesting for &#8220;Run as / Maven test&#8221; for classes (essentially, an equivalent of -Dtest=FooTest). Also, you may find <a href="http://docs.codehaus.org/display/M2ECLIPSE/New+and+Noteworthy#NewandNoteworthy-debugLink" rel="nofollow">this little feature</a> handy for debugging tests spawned in a separate VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2009/02/25/maven-tips/comment-page-1/#comment-146725</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 26 Feb 2009 23:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/02/25/maven-tips/#comment-146725</guid>
		<description>@Peter: Thanks for the tip!  That reminds me that I also can&#039;t live without:

-Dtest=FooTest

which just runs FooTest.  Note that the omission of a package is intentional -&gt; it is unnecessary.</description>
		<content:encoded><![CDATA[<p>@Peter: Thanks for the tip!  That reminds me that I also can&#8217;t live without:</p>
<p>-Dtest=FooTest</p>
<p>which just runs FooTest.  Note that the omission of a package is intentional -> it is unnecessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Niederwieser</title>
		<link>http://tech.puredanger.com/2009/02/25/maven-tips/comment-page-1/#comment-146692</link>
		<dc:creator>Peter Niederwieser</dc:creator>
		<pubDate>Thu, 26 Feb 2009 21:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/02/25/maven-tips/#comment-146692</guid>
		<description>Good list. For skipping unit tests, I usually prefer -DskipTests, which only skips test execution but not test compilation. By the way, &quot;=true&quot; is redundant in Maven.</description>
		<content:encoded><![CDATA[<p>Good list. For skipping unit tests, I usually prefer -DskipTests, which only skips test execution but not test compilation. By the way, &#8220;=true&#8221; is redundant in Maven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2009/02/25/maven-tips/comment-page-1/#comment-146530</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/02/25/maven-tips/#comment-146530</guid>
		<description>@mauhiz: I have and I think m2eclipse is better.</description>
		<content:encoded><![CDATA[<p>@mauhiz: I have and I think m2eclipse is better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

