<?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>Random Thoughts &#187; Maven</title>
	<atom:link href="http://blog.inflinx.com/category/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Maven Multi Module Versioning</title>
		<link>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/</link>
		<comments>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 22:13:34 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[multi-module]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=451</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/';
var dzone_title = 'Maven Multi Module Versioning';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Recently I have been working on a Maven multi module project with ear, war and ejb artifacts. It has been a pleasant experience till I got to versioning my modules. Consider a multi module project with the following structure: parent-project &#124; &#124;- child-moudle &#124; &#124; &#124; &#124;&#8211;pom.xml &#124; &#124;- pom.xml The parent project pom.xml holds [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Maven Archetypes &#8211; Spring MVC Example</title>
		<link>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/</link>
		<comments>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:18:39 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[m2Eclipse]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Arhcetype]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=433</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/';
var dzone_title = 'Creating Maven Archetypes &#8211; Spring MVC Example';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Maven Archetypes are project templates that allow users easily create new projects. Maven Archetypes are great way to share best practices and enforce consistency beyond Maven&#8217;s standard directory structure. For example, an organization can provide its developers an archetype bundled with company&#8217;s approved CSS and JavaScript libraries. Recently, I have been creating a lot of [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing Maven4MyEclipse Web Project Directory Structure</title>
		<link>http://blog.inflinx.com/2008/09/11/changing-maven4myeclipse-web-project-directory-structure/</link>
		<comments>http://blog.inflinx.com/2008/09/11/changing-maven4myeclipse-web-project-directory-structure/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 03:58:19 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Maven4MyEclipse]]></category>
		<category><![CDATA[MyEclipse]]></category>
		<category><![CDATA[Solutions Log]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=93</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/09/11/changing-maven4myeclipse-web-project-directory-structure/';
var dzone_title = 'Changing Maven4MyEclipse Web Project Directory Structure';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
When you create a MyEclipse Web Project with Maven capabilities, the generated directory structure does not match the &#8220;standard&#8221; Maven Web Project structure. I find this little annoying and here is what I did to change the directory structure: Under &#8220;src&#8221; folder, create two folders main and test. Underneath each folder create two folders java [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/09/11/changing-maven4myeclipse-web-project-directory-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven4MyEclipse Bug</title>
		<link>http://blog.inflinx.com/2008/08/27/maven4myeclipse-bu/</link>
		<comments>http://blog.inflinx.com/2008/08/27/maven4myeclipse-bu/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:59:10 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[MyEclipse]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=73</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/08/27/maven4myeclipse-bu/';
var dzone_title = 'Maven4MyEclipse Bug';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
I have not been quite impressed with MyEclipse&#8217;s Maven4MyEclipse plugin. The most disappointing thing about this is that after checking out an existing project from source control, I cannot add Maven &#8220;capabilities&#8221; using the context menu (which could be easily done with m2eclipse). For the last couple days, I am running into this wierd bug with the &#8220;Java Maven Wizard&#8221;: [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/08/27/maven4myeclipse-bu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

