<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - arunpjohny</title>
<link>http://snipplr.com/users/arunpjohny/language/other</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 11:40:31 GMT</pubDate>
<item>
<title>(Other) Find files that contain a text string</title>
<link>http://snipplr.com/view/5478/find-files-that-contain-a-text-string/</link>
<description><![CDATA[ <p>The -l switch outputs only the names of files in which the text occurs (instead of each line containing the text), the -i switch ignores the case, and the -r descends into subdirectories.</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 09:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/5478/find-files-that-contain-a-text-string/</guid>
</item>
<item>
<title>(Other) Disable running tests during build</title>
<link>http://snipplr.com/view/4940/disable-running-tests-during-build/</link>
<description><![CDATA[ <p>Property skip will skip both compilation and execution of tests.
Property skipTests   will compile tests but will skip executing them</p> ]]></description>
<pubDate>Thu, 07 Feb 2008 22:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/4940/disable-running-tests-during-build/</guid>
</item>
<item>
<title>(Other) Setting compiler version to Java5 in maven2</title>
<link>http://snipplr.com/view/4939/setting-compiler-version-to-java5-in-maven2/</link>
<description><![CDATA[ <p>This is used to set the compiler version to Java5 in maven2. We can put this in pom.xml, in the profile section. 

If we activate this profile, all the  projects we build will follow Java5 compilation</p> ]]></description>
<pubDate>Thu, 07 Feb 2008 22:18:56 GMT</pubDate>
<guid>http://snipplr.com/view/4939/setting-compiler-version-to-java5-in-maven2/</guid>
</item>
<item>
<title>(Other) Setting plugins properties in maven2</title>
<link>http://snipplr.com/view/4938/setting-plugins-properties-in-maven2/</link>
<description><![CDATA[ <p>Setting any property value for a maven plugin in pom.xml.

This configuration is used to set the compilation version to java5</p> ]]></description>
<pubDate>Thu, 07 Feb 2008 22:12:44 GMT</pubDate>
<guid>http://snipplr.com/view/4938/setting-plugins-properties-in-maven2/</guid>
</item>
<item>
<title>(Other) Check out project from cvs branch</title>
<link>http://snipplr.com/view/4275/check-out-project-from-cvs-branch/</link>
<description><![CDATA[ <p>Check out a project from cvs branch.

The scm section of the pom.xml will contain tag name</p> ]]></description>
<pubDate>Thu, 06 Dec 2007 08:12:37 GMT</pubDate>
<guid>http://snipplr.com/view/4275/check-out-project-from-cvs-branch/</guid>
</item>
<item>
<title>(Other) Getting HTTP Request properties and attributes in freemarker template</title>
<link>http://snipplr.com/view/3911/getting-http-request-properties-and-attributes-in-freemarker-template/</link>
<description><![CDATA[ <p>The Request and RequestParameters are two Hashes provided by freemarker, it will be available in all templates</p> ]]></description>
<pubDate>Tue, 16 Oct 2007 03:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/3911/getting-http-request-properties-and-attributes-in-freemarker-template/</guid>
</item>
</channel>
</rss>