<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Upgrading maven on the mac</title>
	<atom:link href="http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alef Arendsen</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-21836</link>
		<dc:creator>Alef Arendsen</dc:creator>
		<pubDate>Sat, 02 May 2009 14:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-21836</guid>
		<description>You don&#039;t have to re-open your terminal by the way. Otherwise: great stuff!</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to re-open your terminal by the way. Otherwise: great stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: let x=x &#8250; Upgrading to Maven 2.1.0 on Macintosh OS X</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-19937</link>
		<dc:creator>let x=x &#8250; Upgrading to Maven 2.1.0 on Macintosh OS X</dc:creator>
		<pubDate>Mon, 23 Mar 2009 02:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-19937</guid>
		<description>[...] the inforamtion on this page as a template, here&#8217;s the procedure I used to upgrade to the latest version at time of [...]</description>
		<content:encoded><![CDATA[<p>[...] the inforamtion on this page as a template, here&#8217;s the procedure I used to upgrade to the latest version at time of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Started with Cocoon 2.2 Under Mac OS X Leopard (1.5) &#171; A Content Manifesto</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-18360</link>
		<dc:creator>Getting Started with Cocoon 2.2 Under Mac OS X Leopard (1.5) &#171; A Content Manifesto</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-18360</guid>
		<description>[...] Follow these excellent steps for upgrading Maven on the Mac: Gridshore » Upgrading maven on the mac [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow these excellent steps for upgrading Maven on the Mac: Gridshore » Upgrading maven on the mac [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-15809</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Thu, 05 Feb 2009 23:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-15809</guid>
		<description>good suggestion, 
thanks</description>
		<content:encoded><![CDATA[<p>good suggestion,<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars D</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-15808</link>
		<dc:creator>Lars D</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-15808</guid>
		<description>This tip is great. Then only thing I would do different is to use links.

After moving /usr/share/maven to maven-2.0.6 copy the new maven version to /usr/share/maven-2.0.9.
Then create a link whit the command &lt;code&gt;ln -s /usr/share/maven-2.0.9 maven&lt;/code&gt;

after youe ar done the structure should be somthing like this:
&lt;code&gt;
$ ll &#124; grep maven
lrwxr-xr-x    1 root        wheel    22 Feb  5 23:20 maven@ -&gt; /usr/share/maven-2.0.9
drwxr-xr-x   10 root        wheel   340 Feb  5 23:18 maven-2.0.6/
drwxr-xr-x@   9 larsduvaas  admin   306 Feb  5 09:36 maven-2.0.9/
&lt;/code&gt;

Just change the link and you will be able to swap beetwen version very easy.</description>
		<content:encoded><![CDATA[<p>This tip is great. Then only thing I would do different is to use links.</p>
<p>After moving /usr/share/maven to maven-2.0.6 copy the new maven version to /usr/share/maven-2.0.9.<br />
Then create a link whit the command <code>ln -s /usr/share/maven-2.0.9 maven</code></p>
<p>after youe ar done the structure should be somthing like this:<br />
<code><br />
$ ll | grep maven<br />
lrwxr-xr-x    1 root        wheel    22 Feb  5 23:20 maven@ -&gt; /usr/share/maven-2.0.9<br />
drwxr-xr-x   10 root        wheel   340 Feb  5 23:18 maven-2.0.6/<br />
drwxr-xr-x@   9 larsduvaas  admin   306 Feb  5 09:36 maven-2.0.9/<br />
</code></p>
<p>Just change the link and you will be able to swap beetwen version very easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skaag Argonius</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-11581</link>
		<dc:creator>Skaag Argonius</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-11581</guid>
		<description>Ah yes, and you don&#039;t have to meddle with modifying your path to point to the right version of Maven. The Apple bundled Maven sits in /usr/bin/ which is higher in priority than anything else you add in your path.</description>
		<content:encoded><![CDATA[<p>Ah yes, and you don&#8217;t have to meddle with modifying your path to point to the right version of Maven. The Apple bundled Maven sits in /usr/bin/ which is higher in priority than anything else you add in your path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skaag Argonius</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-11580</link>
		<dc:creator>Skaag Argonius</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-11580</guid>
		<description>Actually, the macports.org option is NOT easier. For Leopard users, who have Maven bundled with the OS, I think using macports to bring Maven 2.0.9 is actually very bad. The reason is that it does not remove the old maven from /usr/share/maven, so you have junk in your system.

I am a heavy user of macports, don&#039;t get me wrong - I love it. But in the case of Maven, and because it was bundled by Apple with Leopard, the method in this blog post is far superior.</description>
		<content:encoded><![CDATA[<p>Actually, the macports.org option is NOT easier. For Leopard users, who have Maven bundled with the OS, I think using macports to bring Maven 2.0.9 is actually very bad. The reason is that it does not remove the old maven from /usr/share/maven, so you have junk in your system.</p>
<p>I am a heavy user of macports, don&#8217;t get me wrong &#8211; I love it. But in the case of Maven, and because it was bundled by Apple with Leopard, the method in this blog post is far superior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-9256</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Thu, 30 Oct 2008 19:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-9256</guid>
		<description>Thanks a bunch for posting this helpful info on the web</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for posting this helpful info on the web</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandan Benjaram</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-8611</link>
		<dc:creator>Chandan Benjaram</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-8611</guid>
		<description>Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/comment-page-1/#comment-2924</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Sun, 27 Jul 2008 06:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/01/28/upgrading-maven-on-the-mac/#comment-2924</guid>
		<description>I agree with you that this looks pretty interesting. There is a but. You need to install http://www.macports.org in order to use it, which requires XCode3.0, which is not something everybod needs to have on his pc. I am also not sure how it is installed? Does it remove the old version?

But anyhow, thanks for the suggestion, for people having macports installed, this is by far the easiest method I have seen.</description>
		<content:encoded><![CDATA[<p>I agree with you that this looks pretty interesting. There is a but. You need to install <a href="http://www.macports.org" rel="nofollow">http://www.macports.org</a> in order to use it, which requires XCode3.0, which is not something everybod needs to have on his pc. I am also not sure how it is installed? Does it remove the old version?</p>
<p>But anyhow, thanks for the suggestion, for people having macports installed, this is by far the easiest method I have seen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
