<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andreas Höhmann&#039;s Weblog &#187; Maven-Release-Plugin</title>
	<atom:link href="http://ahoehma.wordpress.com/category/softwareentwicklung/java/maven/maven-release-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahoehma.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Nov 2009 15:53:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ahoehma.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6b74f500a29ea048aa3d7a14adc1a24f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Andreas Höhmann&#039;s Weblog &#187; Maven-Release-Plugin</title>
		<link>http://ahoehma.wordpress.com</link>
	</image>
			<item>
		<title>Speedup Release for Multiprojects with Maven</title>
		<link>http://ahoehma.wordpress.com/2009/05/05/speedup-release-for-multiprojects-with-maven/</link>
		<comments>http://ahoehma.wordpress.com/2009/05/05/speedup-release-for-multiprojects-with-maven/#comments</comments>
		<pubDate>Tue, 05 May 2009 10:29:32 +0000</pubDate>
		<dc:creator>Andreas Höhmann</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Maven-Release-Plugin]]></category>
		<category><![CDATA[Site-Plugin]]></category>

		<guid isPermaLink="false">http://ahoehma.wordpress.com/?p=143</guid>
		<description><![CDATA[In huge multi-module-projects the maven-release-process might have a long running time because there is a lot of site-content to generate and to deployed (Of course this depends on the used report-plugins, i.e. javadoc, findbugs,pmd, dashboard etc.)
I noticed that the upload of the generated javadoc etc. uses a big amount of the deployment time. So how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahoehma.wordpress.com&blog=1781916&post=143&subd=ahoehma&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In huge multi-module-projects the maven-release-process might have a long running time because there is a lot of site-content to generate <strong>and</strong> <strong>to deployed</strong> (Of course this depends on the used report-plugins, i.e. javadoc, findbugs,pmd, dashboard etc.)</p>
<p>I noticed that the upload of the generated javadoc etc. uses a big amount of the deployment time. So how we can speedup this part of the deployment?</p>
<p>We can deploy the generated site in a local directory and after the successful release we can upload the whole directory to the server, i.e. zip the content and unpack on the server, or use a smb-shared-directory &#8230; then the site-upload is much faster than with site:deploy and webdav.</p>
<pre class="brush: xml;">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;
 xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
 xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;

&lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;

&lt;distributionManagement&gt;
 &lt;site&gt;
 &lt;id&gt;site&lt;/id&gt;
 &lt;url&gt;${site.distribution.url}/&lt;/url&gt;
 &lt;/site&gt;
&lt;distributionManagement&gt;
&lt;profiles&gt;
&lt;profile&gt;
 &lt;id&gt;release&lt;/id&gt;
&lt;properties&gt;
 &lt;site.distribution.url&gt;file://D:/SITE-RELEASE/&lt;/site.distribution.url&gt;
 &lt;site.url&gt;http://site-server/releases/&lt;/site.url&gt;
 &lt;/properties&gt;
 &lt;/profile&gt;
&lt;/profiles&gt;
&lt;properties&gt;
 &lt;site.url&gt;http://site-server/snapshots/&lt;/site.url&gt;
 &lt;site.distribution.url&gt;dav:${site.url}&lt;/site.distribution.url&gt;
&lt;/properties&gt;

&lt;/project&gt;
</pre>
<p>Try it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahoehma.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahoehma.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahoehma.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahoehma.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahoehma.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahoehma.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahoehma.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahoehma.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahoehma.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahoehma.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahoehma.wordpress.com&blog=1781916&post=143&subd=ahoehma&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ahoehma.wordpress.com/2009/05/05/speedup-release-for-multiprojects-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/438fe36eabd9440a47ba9463aa194ac1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahoehma</media:title>
		</media:content>
	</item>
	</channel>
</rss>