<?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>VijayKiran.com &#187; maven</title>
	<atom:link href="http://www.vijaykiran.com/tags/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijaykiran.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 12:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Using Ram Disk for Maven Repository on Mac OS X</title>
		<link>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/</link>
		<comments>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:02:28 +0000</pubDate>
		<dc:creator>Vijay Kiran</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[ramdisk]]></category>

		<guid isPermaLink="false">http://www.vijaykiran.com/?p=1395</guid>
		<description><![CDATA[Using Maven sometimes becomes a pain for a large project. Compiling sometimes takes forever. Recently I heard a tip on our office floor that if I use a RamDisk for maven repository it may be faster. So I tried to find out easy way to setup the RamDisk on Mac OS X (Snowleopard). Here&#8217;s how [...]]]></description>
			<content:encoded><![CDATA[<p>Using Maven sometimes becomes a pain for a large project. Compiling sometimes takes forever. Recently I heard a tip on our office floor that if I use a RamDisk for maven repository it may be faster. So I tried to find out easy way to setup the RamDisk on Mac OS X (Snowleopard). Here&#8217;s how I did it.</p>
<p><a href="http://www.vijaykiran.com/wp-content/uploads/2009/10/System-PreferencesScreenCapture001.jpg"><img class="alignleft size-medium wp-image-1396" title="Esperance DV" src="http://www.vijaykiran.com/wp-content/uploads/2009/10/System-PreferencesScreenCapture001-300x241.jpg" alt="Esperance DV" width="300" height="241" /></a>Though you can use commands to create the memory based file system, there&#8217;s an excellent free preference pane from <a href="http://www.mparrot.net/index.php?page=downloads&amp;lang=en" target="_blank">here</a> and install it.  It is pretty straight forward from there, make sure you check <em>Save in disk image </em>and <em>Self auto restore. </em>In this way your RamDisk will be saved to the disk and restored automatically when you start the session. Now move your maven repository which defaults to ~/.m2 in Mac OS X to the newly created RamDisk. Make sure you update the location of repository in your maven&#8217;s configuration settings.xml.</p>
<p>If your project is small enough, you can even move the source code to the RamDisk and start up from there. I found the speed to be pretty good since the disk I/O is now minimal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Debugging maven-jetty web application in NetBeans</title>
		<link>http://www.vijaykiran.com/2009/05/12/debugging-maven-jetty-web-application-in-netbeans/</link>
		<comments>http://www.vijaykiran.com/2009/05/12/debugging-maven-jetty-web-application-in-netbeans/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:56:00 +0000</pubDate>
		<dc:creator>Vijay Kiran</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hippo]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.vijaykiran.com/?p=1194</guid>
		<description><![CDATA[Setup Jetty to run with Debugging enabled on port 8000 export MAVEN_OPTS=&#34;-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000&#34; Run Jetty using Maven Plugin mvn jetty:run In NetBeans, Goto Debug→ Attach Debugger menu. Select Java Debugger(JPDA) and specify the port as 8000. Now you can debug the webapplication using NetBeans.]]></description>
			<content:encoded><![CDATA[<p>Setup Jetty to run with Debugging enabled on port 8000</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">MAVEN_OPTS</span>=<span style="color: #ff0000;">&quot;-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000&quot;</span></pre></div></div>

<p>Run Jetty using Maven Plugin</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mvn jetty:run</pre></div></div>

<p>In NetBeans, Goto Debug→ Attach Debugger menu. Select Java Debugger(JPDA) and specify the port as 8000. Now you can debug the webapplication using NetBeans.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijaykiran.com/2009/05/12/debugging-maven-jetty-web-application-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
