<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/maven</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:23:27 GMT</pubDate>
<item>
<title>(Other) Disable running tests during build - arunpjohny</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 - arunpjohny</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 - arunpjohny</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 - arunpjohny</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>
</channel>
</rss>