<?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>Javatech &#187; Maven</title>
	<atom:link href="http://javatech.org/category/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://javatech.org</link>
	<description>The Bleeding Edge of Java Technology</description>
	<lastBuildDate>Wed, 24 Jun 2009 22:30:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maven2 &#8211; OutOfMemory</title>
		<link>http://javatech.org/2009/02/maven2-outofmemory/</link>
		<comments>http://javatech.org/2009/02/maven2-outofmemory/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 07:22:35 +0000</pubDate>
		<dc:creator>deevis</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[maven2]]></category>

		<guid isPermaLink="false">http://javatech.org/2009/02/25/maven2-outofmemory/</guid>
		<description><![CDATA[Passing command line vmargs into mvn doesn&#8217;t work.  You have to set an environment variable MAVEN_OPTS like below:
MAVEN_OPTS="-Xmx1024m -Xms512m"
export MAVEN_OPTS
]]></description>
			<content:encoded><![CDATA[<p>Passing command line vmargs into mvn doesn&#8217;t work.  You have to set an environment variable MAVEN_OPTS like below:</p>
<pre style="margin: 0em">MAVEN_OPTS="-Xmx1024m -Xms512m"</pre>
<pre style="margin: 0em">export MAVEN_OPTS</pre>
]]></content:encoded>
			<wfw:commentRss>http://javatech.org/2009/02/maven2-outofmemory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
