<?xml version='1.0' encoding='utf-8' ?>
<rss version='2.0'>
<channel>
	<title>neilpahl.com Logs Feed: Maven</title>
	<link></link>
	<description></description>
	<pubDate>Thu, 22 Jul 21 07:39:44 -0400</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Maven:: Entry 1: Installing Maven 3 on Ubuntu 10.04</title>
		<description><![CDATA[Since Ubuntu 10.04 has only maven2 in the apt-get repositories, maven 3 must be downloaded, extracted and added to the $PATH environment variable.First, download the the binaries from the maven download page. I would give the download link, but they ask that you download from the nearest mirror (I'm in Hong Kong, and downloaded binaries for Maven 3.0.4) . So, copy the download link for your nearest mirror and then use:wget http://link/to/download/maven_binaries.tar.gzunzip them,tar xzf maven_binaries.tar.gzmove the files to /usr/local (the recommended place to place non-package managed linux installs)sudo cp maven_binaries /usr/local/apache-maventhen add some evirontment variables to /etc/environment:JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
M3_HOME="/usr/local/apache-maven"
MAVEN_HOME="/usr/local/apache-maven"
M3="/usr/local/apache-]]></description>
		<pubDate>Tue, 01 May 12 05:58:10 -0400</pubDate>
		<link>http://archived.neilpahl.com/logs/jvm/maven/1-installing-maven-3-on-ubuntu-10.04/</link>
	</item>
</channel>
</rss>