<?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>Valtech Blogs &#187; maven</title>
	<atom:link href="http://blogs.valtech.com/blog/tag/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.valtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 07:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interesting: Hibernate to drop Maven for Gradle?</title>
		<link>http://blogs.valtech.com/ino/2010/07/09/interesting-hibernate-to-drop-maven-for-gradle/</link>
		<comments>http://blogs.valtech.com/ino/2010/07/09/interesting-hibernate-to-drop-maven-for-gradle/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:24:07 +0000</pubDate>
		<dc:creator>Ingomar Otter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">4.200</guid>
		<description><![CDATA[I just came across this post  Gradle: why? where JBoss project lead Steve Ebersole explains why Hibernate is being moved from Maven to Gradle as build management tool.
Interesting read, I can actually relate to the the multi-module arguments and I am also fond of Gradle&#8217;s approach &#8220;Configuration is code&#8221;. Hmm. Is it ready yet?
]]></description>
			<content:encoded><![CDATA[<p>I just came across this post  <a href="http://community.jboss.org/wiki/Gradlewhy">Gradle: why?</a> where JBoss project lead Steve Ebersole explains why Hibernate is being moved from Maven to <a href="http://www.gradle.org">Gradle</a> as build management tool.</p>
<p>Interesting read, I can actually relate to the the multi-module arguments and I am also fond of Gradle&#8217;s approach &#8220;Configuration is code&#8221;. Hmm. Is it ready yet?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valtech.com/ino/2010/07/09/interesting-hibernate-to-drop-maven-for-gradle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualize Maven parent and module POM hirarchies</title>
		<link>http://blogs.valtech.com/ino/2010/06/17/visualize-maven-parent-and-module-pom-hirarchies/</link>
		<comments>http://blogs.valtech.com/ino/2010/06/17/visualize-maven-parent-and-module-pom-hirarchies/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:32:38 +0000</pubDate>
		<dc:creator>Ingomar Otter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visualisation]]></category>

		<guid isPermaLink="false">4.184</guid>
		<description><![CDATA[Here&#8217;s a little tool I wrote while reviewing a client&#8217;s fairly complex project:
Pom Grapher generates a graph from  multi-module and parent-child relationships of Maven projects (POMs).
My use-case was to understand the POMs relations in order to understand the build.
It produces a graphic representation of the modules (nodes) and parent project and sub-module relations (edges) using [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little tool I wrote while reviewing a client&#8217;s fairly complex project:</p>
<p>Pom Grapher generates a graph from  multi-module and parent-child relationships of Maven projects (POMs).</p>
<p>My use-case was to understand the POMs relations in order to understand the build.<br />
It produces a graphic representation of the modules (nodes) and parent project and sub-module relations (edges) using GraphViz.<br />
Here is a (tiny) excerpt from Apache Geronimo:<br />
<img src="http://blogs.valtech.com/ino/files/2010/06/Bildschirmfoto-2010-06-17-um-14.26.24.png" alt="" /><br />
<strong>black</strong> edges indicate module relation, <strong><span style="color: #ff6600">orange</span></strong> edges indicate parent project relations.</p>
<p>This is intended for understanding POM structures, not artifact dependencies.</p>
<p>It can be found over at <a href="https://source.valtech.com/display/PG/Pom+Grapher">source.valtech.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valtech.com/ino/2010/06/17/visualize-maven-parent-and-module-pom-hirarchies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

