<?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: Maven Guide &#8211; Basics</title>
	<atom:link href="http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/</link>
	<description>It&#039;s easy if you know how</description>
	<lastBuildDate>Sat, 04 Sep 2010 18:16:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: codecraig</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-1237</link>
		<dc:creator>codecraig</dc:creator>
		<pubDate>Wed, 04 Mar 2009 01:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-1237</guid>
		<description>Very nice compilation of useful information, I look forward to the tagging/branching info (unless you&#039;ve already posted, I&#039;ll have to search around).</description>
		<content:encoded><![CDATA[<p>Very nice compilation of useful information, I look forward to the tagging/branching info (unless you&#8217;ve already posted, I&#8217;ll have to search around).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viktor Nordling</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-1139</link>
		<dc:creator>Viktor Nordling</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-1139</guid>
		<description>Nice reference sheet! 

One further tip regarding the local Maven repo: 
You can use &quot;mvn install -Dmaven.repo.local=/tmp/mvntemp&quot; to run the build using a fresh repository. This is good to verify that all the dependencies can be downloaded from the repository manager, which you know you need if you&#039;ve read my blog entry (shameless plug): http://www.cubeia.com/index.php/blog/viewpost/57</description>
		<content:encoded><![CDATA[<p>Nice reference sheet! </p>
<p>One further tip regarding the local Maven repo:<br />
You can use &#8220;mvn install -Dmaven.repo.local=/tmp/mvntemp&#8221; to run the build using a fresh repository. This is good to verify that all the dependencies can be downloaded from the repository manager, which you know you need if you&#8217;ve read my blog entry (shameless plug): <a href="http://www.cubeia.com/index.php/blog/viewpost/57" rel="nofollow">http://www.cubeia.com/index.php/blog/viewpost/57</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-856</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Sat, 08 Nov 2008 23:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-856</guid>
		<description>Nice explanation...Brief, concise &amp; point-to-point kind of stuff. I liked it</description>
		<content:encoded><![CDATA[<p>Nice explanation&#8230;Brief, concise &amp; point-to-point kind of stuff. I liked it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stay curious &#187; Code Example - Using Spring beans with Appistry EAF 3.8</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-325</link>
		<dc:creator>Stay curious &#187; Code Example - Using Spring beans with Appistry EAF 3.8</dc:creator>
		<pubDate>Sun, 22 Jun 2008 05:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-325</guid>
		<description>[...] going to use the m2eclipse plugin to create a multi-module project in eclipse, but instead will use mvn from the command line to create the modules. You are free to use the m2eclipse plugin to create the project and modules. [...]</description>
		<content:encoded><![CDATA[<p>[...] going to use the m2eclipse plugin to create a multi-module project in eclipse, but instead will use mvn from the command line to create the modules. You are free to use the m2eclipse plugin to create the project and modules. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roshanallan</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-3</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-3</guid>
		<description>The local Maven repository is located on your local machine, *generally* at ${user.dir}/.m2/repository
where,
user.dir in a linux/unix environment - /home/&lt;user_name&gt;/
user.dir in a windows environment - C:/Documents and Settings/&lt;user_name&gt;/

You can of course change the default location of your local maven repository by updating the settings.xml in the $M2_HOME/conf directory.</description>
		<content:encoded><![CDATA[<p>The local Maven repository is located on your local machine, *generally* at ${user.dir}/.m2/repository<br />
where,<br />
user.dir in a linux/unix environment &#8211; /home/&lt;user_name&gt;/<br />
user.dir in a windows environment &#8211; C:/Documents and Settings/&lt;user_name&gt;/</p>
<p>You can of course change the default location of your local maven repository by updating the settings.xml in the $M2_HOME/conf directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bibin</title>
		<link>http://blogs.plexibus.com/2007/12/02/maven-guide-part-one-basics/comment-page-1/#comment-2</link>
		<dc:creator>Bibin</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=5#comment-2</guid>
		<description>Do we need to setup M2_REPO variable pointing to artifactory server like &#039;http://localhost:8080/artifactory/repo&#039; when using artifactory local repo proxy with eclipse plugin</description>
		<content:encoded><![CDATA[<p>Do we need to setup M2_REPO variable pointing to artifactory server like &#8216;http://localhost:8080/artifactory/repo&#8217; when using artifactory local repo proxy with eclipse plugin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.171 seconds -->
