<?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>jit-consulting.de &#187; plugin</title>
	<atom:link href="http://www.jit-consulting.de/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jit-consulting.de</link>
	<description>your java ee and open source specialists</description>
	<lastBuildDate>Wed, 27 Jan 2010 23:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IntelliJ IDEA: Checkstyle 5.0 Plugin</title>
		<link>http://www.jit-consulting.de/java/intellij-idea-checkstyle-50-plugin.html</link>
		<comments>http://www.jit-consulting.de/java/intellij-idea-checkstyle-50-plugin.html#comments</comments>
		<pubDate>Thu, 21 May 2009 14:34:30 +0000</pubDate>
		<dc:creator>Torben</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[checkstyle]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[intellij idea]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.jit-consulting.de/?p=128</guid>
		<description><![CDATA[While working on JBoss Tattletale I was missing a Checkstyle 5.0 plugin in IDEA. The actual plugin is only capable of version 4.4.
I have patched the source code of today. You can download the plugin here.
It&#8217;s working with IntelliJ IDEA 8.1.2 (idea-9852). Can&#8217;t tell about other versions.
I have sent the patch to the corresponding authors. [...]]]></description>
		<wfw:commentRss>http://www.jit-consulting.de/java/intellij-idea-checkstyle-50-plugin.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Retrieve a Maven2 Plugin resource</title>
		<link>http://www.jit-consulting.de/java/retrieve-a-maven2-plugin-resource.html</link>
		<comments>http://www.jit-consulting.de/java/retrieve-a-maven2-plugin-resource.html#comments</comments>
		<pubDate>Sun, 28 Jan 2007 14:29:18 +0000</pubDate>
		<dc:creator>Torben</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://www.jit-consulting.de/java/retrieve-a-maven2-plugin-resource.html</guid>
		<description><![CDATA[This is a technique to retrieve a resource out of a ant-based Maven2 Plugin:

&#60;!--  get xsl file --&#62;
&#60;property name="temp.dir" value="./target/maven-propsgen-plugin" /&#62;
&#60;mkdir dir="${temp.dir}" /&#62;
&#60;whichresource resource="/oids2log4j.xsl" property="xsl.url" /&#62;
&#60;get src="${xsl.url}" dest="${temp.dir}/oids2log4j.xsl"/&#62;
&#60;!-- use it --&#62;
&#60;xslt in="${oids.src.dir}/oids.xml" out="${oids.target.dir}/${project.prefix}-appender_snmp_clover.log4j.xml" style="${temp.dir}/oids2log4j.xsl"&#62;
&#60;param name="env-name" expression="clover"/&#62;
&#60;/xslt&#62;

]]></description>
		<wfw:commentRss>http://www.jit-consulting.de/java/retrieve-a-maven2-plugin-resource.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
