<?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>offTheHill &#187; maven</title>
	<atom:link href="http://www.offthehill.org/articles/tag/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.offthehill.org</link>
	<description>tech, motorsports, and the occasional artwork</description>
	<lastBuildDate>Wed, 12 Oct 2011 16:02:41 +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>A-Star Search in Clojure</title>
		<link>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/</link>
		<comments>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:45:20 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[a*]]></category>
		<category><![CDATA[a-star]]></category>
		<category><![CDATA[astar]]></category>
		<category><![CDATA[astar-in-clojure]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=167</guid>
		<description><![CDATA[A demo of A-Star search implemented in Clojure, bootstrapped through Java with a Maven build system. <a href="http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JOGL as a Dependency in Maven</title>
		<link>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/</link>
		<comments>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:14:04 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jogl]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=161</guid>
		<description><![CDATA[At work, we need to start using JOGL as a dependency of our project, which we build with Maven. JOGL, the Java OpenGL interface, uses platform specific binaries, which introduces some complexity to the build process. After a brief websearch, &#8230; <a href="http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Maven to create a Mac OS X app bundle</title>
		<link>http://www.offthehill.org/articles/2007/11/05/using-maven-to-create-a-mac-os-x-app-bundle/</link>
		<comments>http://www.offthehill.org/articles/2007/11/05/using-maven-to-create-a-mac-os-x-app-bundle/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 20:57:24 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/articles/2007/11/05/using-maven-to-create-a-mac-os-x-app-bundle/</guid>
		<description><![CDATA[I came across this post and this Maven plugin today. Call me cynical, but I was shocked when it worked out of the box, building our application as a Mac friendly .app which can be run with a double click. &#8230; <a href="http://www.offthehill.org/articles/2007/11/05/using-maven-to-create-a-mac-os-x-app-bundle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.offthehill.org/articles/2007/11/05/using-maven-to-create-a-mac-os-x-app-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Maven with Eclipse</title>
		<link>http://www.offthehill.org/articles/2007/09/05/using-maven-with-eclipse/</link>
		<comments>http://www.offthehill.org/articles/2007/09/05/using-maven-with-eclipse/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 15:22:24 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[devlopment]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://291186314</guid>
		<description><![CDATA[I uninstalled M2Eclipse and installed q4e and gave it a shot. All the core functionality seems to be there (dependancy management is the big one for me) and importing from a project pom seems to work (although It didn&#8217;t seem &#8230; <a href="http://www.offthehill.org/articles/2007/09/05/using-maven-with-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.offthehill.org/articles/2007/09/05/using-maven-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

