<?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; resource</title>
	<atom:link href="http://www.jit-consulting.de/tag/resource/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>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>
