<?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>andrewmccall.com &#187; Build Management</title>
	<atom:link href="http://andrewmccall.com/tag/build-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmccall.com</link>
	<description>If you want to know what I think...</description>
	<lastBuildDate>Wed, 02 Jun 2010 20:24:23 +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>Downloading maven dependency source jars</title>
		<link>http://andrewmccall.com/2009/11/downloading-maven-dependency-source-jars/</link>
		<comments>http://andrewmccall.com/2009/11/downloading-maven-dependency-source-jars/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:44:16 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Build Management]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://andrewmccall.com/?p=440</guid>
		<description><![CDATA[I&#8217;ve been working on a new project that I&#8217;m planning to open source real soon &#8211; stay tuned.
When I&#8217;m implementing ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a new project that I&#8217;m planning to <a class="zem_slink" title="Open Source" rel="wikinvest" href="http://www.wikinvest.com/concept/Open_Source">open source</a> real soon &#8211; stay tuned.</p>
<p>When I&#8217;m implementing interfaces in a dependent package using Idea/<a class="zem_slink" title="Apache Maven" rel="homepage" href="http://maven.apache.org">Maven</a> I want to tick the &#8220;copy javadoc&#8221; button to at least have the documentation from the intereface. The issue of course is that I don&#8217;t have the sources.</p>
<p>Run the following command:</p>
<p><code>mvn dependency:sources</code></p>
<p>Maven will download any sources it can find for in remote repositories for your dependencies and Idea finds them like magic. So now not only can you copy javadoc, you can also click the line number in the stack trace and get something meaningful &#8211; not &#8220;compiled code&#8221;.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/9a1e3010-bd75-48cb-ae56-7679e62c80b8/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=9a1e3010-bd75-48cb-ae56-7679e62c80b8" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andrewmccall.com/2009/11/downloading-maven-dependency-source-jars/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
