<?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>Wisdom and Wonder &#187; Build</title>
	<atom:link href="http://www.wisdomandwonder.com/tag/build/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wisdomandwonder.com</link>
	<description>Science and Philosophy</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:09:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Maven and Idea</title>
		<link>http://www.wisdomandwonder.com/link/4535/maven-and-idea</link>
		<comments>http://www.wisdomandwonder.com/link/4535/maven-and-idea#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:37:01 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=4535</guid>
		<description><![CDATA[Here is how to ask Maven to generate Idea project files for you: mvn idea:idea -DjdkName=1.5 (via Maven)]]></description>
			<content:encoded><![CDATA[<p>Here is how to ask Maven to generate Idea project files for you:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mvn idea:idea <span style="color: #660033;">-DjdkName</span>=<span style="color: #000000; ">1.5</span></pre></div></div>

<p>(via <a href="http://maven.apache.org/plugins/maven-idea-plugin/usage.html">Maven</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/4535/maven-and-idea/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Maven Dashboard Report Plugin</title>
		<link>http://www.wisdomandwonder.com/link/2815/a-maven-dashboard-report-plugin</link>
		<comments>http://www.wisdomandwonder.com/link/2815/a-maven-dashboard-report-plugin#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:58:01 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=2815</guid>
		<description><![CDATA[The basic purpose of &#8220;Maven Dashboard Report Plugin&#8221; is to centralize and share all quality informations generated by other Maven report plugins like CheckStyle, PMD, and SureFire.]]></description>
			<content:encoded><![CDATA[<blockquote><p>The basic purpose of &#8220;<a href="http://mojo.codehaus.org/dashboard-maven-plugin/">Maven Dashboard Report Plugin</a>&#8221; is to centralize and share all quality informations generated by other Maven report plugins</p></blockquote>
<p>like CheckStyle, PMD, and SureFire.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/2815/a-maven-dashboard-report-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Maven Build Number Plugin</title>
		<link>http://www.wisdomandwonder.com/link/2810/a-maven-build-number-plugin-2</link>
		<comments>http://www.wisdomandwonder.com/link/2810/a-maven-build-number-plugin-2#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:55:58 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=2810</guid>
		<description><![CDATA[This mojo is designed to get a unique build number for each time you build your project. Of course, you can specify your own format; at least according to the docs.]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://mojo.codehaus.org/buildnumber-maven-plugin/">This</a> mojo is designed to get a unique build number for each time you build your project.</p></blockquote>
<p>Of course, you <em>can</em> specify your own format; at least according to the docs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/2810/a-maven-build-number-plugin-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Maven build number plugin</title>
		<link>http://www.wisdomandwonder.com/link/2773/a-maven-build-number-plugin</link>
		<comments>http://www.wisdomandwonder.com/link/2773/a-maven-build-number-plugin#comments</comments>
		<pubDate>Sat, 25 Apr 2009 14:32:59 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=2773</guid>
		<description><![CDATA[Here is a plugin to: get a unique build number for each time you build your project. So while your version may remain constant at 1.0-SNAPSHOT for many iterations until release, you will have a build number that can uniquely identify each build during that time. The build number is obtained from scm, and in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mojo.codehaus.org/buildnumber-maven-plugin/">Here</a> is a plugin to:</p>
<blockquote><p>get a unique build number for each time you build your project. So while your version may remain constant at 1.0-SNAPSHOT for many iterations until release, you will have a build number that can uniquely identify each build during that time. The build number is obtained from scm, and in particular, at this time, from svn. You can then place that build number in metadata, which can be accessed from your app, if desired.</p>
<p>The mojo also has a couple of extra functions to ensure you get the proper build number. First, your local repository is checked to make sure it is up to date. Second, your local repository is automatically updated, so that you get the latest build number. Both these functions can be suppressed, if desired.</p>
<p>Optionally, you can configure this mojo to produce a revision based on a timestamp, or on a sequence, without requiring any interaction with an SCM system. Note that currently, the only supported SCM is subversion.</p></blockquote>
<p>(via <a href="http://mail-archives.apache.org/mod_mbox/maven-users/200904.mbox/%3c49F1B3AB.6060407@gmx.de%3e">Maven</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/2773/a-maven-build-number-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Maven token replacement plugin</title>
		<link>http://www.wisdomandwonder.com/link/2768/a-maven-token-replacement-plugin</link>
		<comments>http://www.wisdomandwonder.com/link/2768/a-maven-token-replacement-plugin#comments</comments>
		<pubDate>Sat, 25 Apr 2009 14:27:47 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=2768</guid>
		<description><![CDATA[Here is a Maven plugin to replace tokens within a file. (via Maven)]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/maven-replacer-plugin/">Here</a> is a Maven plugin to replace tokens within a file.</p>
<p>(via <a href="http://mail-archives.apache.org/mod_mbox/maven-users/200904.mbox/%3c23219538.post@talk.nabble.com%3e">Maven</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/2768/a-maven-token-replacement-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

