<?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>Schabby&#039;s Blog &#187; maven</title>
	<atom:link href="http://schabby.de/tag/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://schabby.de</link>
	<description>OpenGL, Java, Cassandra and other stuff that totally makes the world go round</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Maven Tests Ignorieren</title>
		<link>http://schabby.de/maven-tests-ignorieren/</link>
		<comments>http://schabby.de/maven-tests-ignorieren/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:02:47 +0000</pubDate>
		<dc:creator>schabby</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://schabby.de/?p=816</guid>
		<description><![CDATA[Es kommt auch in den besten Familien vor, dass mal ein unit test nicht läuft. Da muss sich nicht schämen, nur ein bisschen ärgern. Ähnliche Probleme sind Maven tests ausschalten mvn ignoriere test fehler Wenn man trotzdem seinen maven snapshot bauen möchte, müssen aber die tests failures ignoriert werden. Das wird mittels einer Property direkt [...]]]></description>
			<content:encoded><![CDATA[<p>Es kommt auch in den besten Familien vor, dass mal ein unit test nicht läuft. Da muss sich nicht schämen, nur ein bisschen ärgern. Ähnliche Probleme sind</p>
<ul>
<li>Maven tests ausschalten</li>
<li>mvn ignoriere test fehler</li>
</ul>
<p><span id="more-816"></span><br />
Wenn man trotzdem seinen maven snapshot bauen möchte, müssen aber die tests failures ignoriert werden. Das wird mittels einer Property direkt auf der Kommandezeile bewerkstelligt. Da ich dieses Property andauernd vergesse, möchte ich es mir hier selbst und der Allgemeinheit nochmals vor Augen führen:</p>
<p><tt><br />
mvn -Dmaven.test.failure.ignore=true install<br />
</tt></p>
<p>Hope that helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://schabby.de/maven-tests-ignorieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

