<?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>Hints and Kinks &#187; maven2</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/maven2/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>HOWTOs and gotchas and tidbits, oh my.</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to increase maven heapspace in hudson builds</title>
		<link>http://matthew.mceachen.us/blog/how-to-increase-maven-heapspace-in-hudson-builds-696.html</link>
		<comments>http://matthew.mceachen.us/blog/how-to-increase-maven-heapspace-in-hudson-builds-696.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:22:07 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[maven2]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=696</guid>
		<description><![CDATA[If your maven-built project fails in hudson (especially when you&#8217;re using the assembly plugin) and it isn&#8217;t a compile or test failure, check the console output. If it says &#8220;java.lang.OutOfMemoryError: Java heap space&#8221;, you need to configure your hudson job &#8230; <a href="http://matthew.mceachen.us/blog/how-to-increase-maven-heapspace-in-hudson-builds-696.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/how-to-increase-maven-heapspace-in-hudson-builds-696.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add a version number to your maven webapp</title>
		<link>http://matthew.mceachen.us/blog/how-to-add-a-version-number-to-your-maven-webapp-482.html</link>
		<comments>http://matthew.mceachen.us/blog/how-to-add-a-version-number-to-your-maven-webapp-482.html#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:30:24 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[maven2]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=482</guid>
		<description><![CDATA[I couldn&#8217;t find a simple recipe to add a version number to a maven-built webapp. The maven-war-plugin talks about how to filter, but no simple example is given. So. I&#8217;ll assume you are building your webapp with hudson, that you&#8217;re &#8230; <a href="http://matthew.mceachen.us/blog/how-to-add-a-version-number-to-your-maven-webapp-482.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/how-to-add-a-version-number-to-your-maven-webapp-482.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up your Maven2 POM to support Java5</title>
		<link>http://matthew.mceachen.us/blog/how-to-set-up-your-maven2-pom-to-support-java5-419.html</link>
		<comments>http://matthew.mceachen.us/blog/how-to-set-up-your-maven2-pom-to-support-java5-419.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 23:43:14 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven2]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=419</guid>
		<description><![CDATA[Seeing this? [bash highlight="3,4"] $ mvn compile &#8230; generics are not supported in -source 1.3 (try -source 1.5 to enable generics) [/bash] You need to tell the maven-compiler-plugin to use java 1.5. Add this to your pom.xml: &#38;lt;project&#38;gt; ... &#38;lt;build&#38;gt; &#8230; <a href="http://matthew.mceachen.us/blog/how-to-set-up-your-maven2-pom-to-support-java5-419.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/how-to-set-up-your-maven2-pom-to-support-java5-419.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
