<?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>Sonatype Blog &#187; Maven by Example</title>
	<atom:link href="http://blog.sonatype.com/people/tag/maven-by-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Thu, 16 May 2013 18:53:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Maven by Example: Minor Update to Edition 0.5.2</title>
		<link>http://blog.sonatype.com/people/2010/12/maven-by-example-minor-update-to-edition-0-5-2/</link>
		<comments>http://blog.sonatype.com/people/2010/12/maven-by-example-minor-update-to-edition-0-5-2/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 16:30:57 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[Book]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Maven by Example]]></category>
		<category><![CDATA[Sonatype books]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=6608</guid>
		<description><![CDATA[Sonatype used to make a habit of posting updates for every single book update no matter how major of minor the update might be, and several of you use told us that you miss these posts. To this end, we&#8217;re happy to announce a minor update to Maven by Example. Maven by Example is our [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-6611" style="margin: 3px;" title="cvr_s" src="http://www.sonatype.com/people/wp-content/uploads/2010/12/cvr_s.png" alt="" width="128" height="192" />Sonatype used to make a habit of posting updates for every single book update no matter how major of minor the update might be, and several of you use told us that you miss these posts.    To this end, we&#8217;re happy to announce a minor update to <a href="http://www.sonatype.com/books/mvnex-book/reference/public-book.html" target="_blank">Maven by Example</a>.</p>

<p>Maven by Example is our introductory Maven book.   The chapters in this book used to be the first half of Maven: The Definitive Guide, and once that book grew beyond 500-pages we decided to split it up into Maven by Example and <a href="http://www.sonatype.com/maven-the-complete-reference-book.html" target="_blank">Maven: The Complete Reference</a>.</p>

<p>While this particular update is very minor, we&#8217;re busy laying the groundwork for a refresh of both of our Maven titles over the next few months.</p>

<p><span id="more-6608"></span>Here is a comprehensive list of changes in <a href="http://www.sonatype.com/maven-by-example-book.html" target="_blank">Maven by Example Edition 0.5.2</a>:</p>

<ul type="disc">
    <li>Fixed example download link (<a href="https://issues.sonatype.org/browse/MVNEX-123" target="_blank">MVNEX-123</a>)</li>
    <li>Fixed a minor typo in <a title="5.2. Defining the Simple Web Application" href="http://www.sonatype.com/books/mvnex-book/reference/web-sect-defining-simple-web.html" target="_blank">Section 5.2, “Defining the Simple Web Application”</a>. &#8220;one which that&#8221; -&gt; &#8220;one using&#8221; (<a href="https://issues.sonatype.org/browse/MVNEX-108" target="_blank">MVNEX-108</a>)</li>
    <li>Implemented some minor reordering issues in <a title="6.3. The Simple Weather Module" href="http://www.sonatype.com/books/mvnex-book/reference/multimodule-sect-simple-weather.html" target="_blank">Section 6.3, “The Simple Weather Module”</a> to make sure that the WeatherService example is referenced before it is listed (<a href="https://issues.sonatype.org/browse/MVNEX-89" target="_blank">MVNEX-89</a>)</li>
    <li>Added a clarifying sentence to the end of <a title="4.13.1. Attaching the Assembly Goal to the Package Phase" href="http://www.sonatype.com/books/mvnex-book/reference/customizing-sect-custom-packaged.html#customizing-sect-attaching-assembly" target="_blank">Section 4.13.1, “Attaching the Assembly Goal to the Package Phase”</a> to make it clear that the package phase comes before the install phase and that running <strong>mvn install</strong> will have the same effect</li>
    <li>Fixed an incorrect email address in <a title="2. Your Feedback" href="http://www.sonatype.com/books/mvnex-book/reference/preface-1-sect-feedback.html" target="_blank">Section 2, “Your Feedback”</a> (<a href="https://issues.sonatype.org/browse/MVNEX-128" target="_blank">MVNEX-128</a>)</li>
    <li>Fixed an incorrect Sonatype Blog URL in <a title="Foreword: 0.5.2-SNAPSHOT" href="http://www.sonatype.com/books/mvnex-book/reference/public-foreword.html" target="_blank">Foreword: 0.5.2-SNAPSHOT</a> (<a href="https://issues.sonatype.org/browse/MVNEX-127" target="_blank">MVNEX-127</a>)</li>
    <li>Standardized the capitalization of all figure and example titles throughout the book (<a href="https://issues.sonatype.org/browse/MVNEX-26" target="_blank">MVNEX-26</a>)</li>
</ul>

<p>Special thanks to:</p>

<ul type="disc">
    <li>Andreas Grunewald for reporting various issues and typos throughout the book.</li>
    <li>Ion Iovu for identifying typos in the book.</li>
    <li>John Yeary for catching hard to find cross referencing issues and various other issues.</li>
    <li>Grant Birchmeier for catching capitalization errors throughout the book.</li>
</ul>

<p>You can read Maven by Example <a href="http://www.sonatype.com/books/mvnex-book/reference/public-book.html" target="_blank">online</a> or you can register for a download by <a href="http://go.sonatype.com/forms/MavenByExample" target="_blank">clicking here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2010/12/maven-by-example-minor-update-to-edition-0-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
