<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Maven2, Cargo and deploying to Jetty 6 with Commons Logging</title>
	<atom:link href="http://www.brokenbuild.com/blog/2007/02/21/maven2-cargo-and-deploying-to-jetty-6-with-commons-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brokenbuild.com/blog/2007/02/21/maven2-cargo-and-deploying-to-jetty-6-with-commons-logging/</link>
	<description>Databases, code and all things agile.</description>
	<pubDate>Thu, 09 Feb 2012 09:05:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Cameron Jones</title>
		<link>http://www.brokenbuild.com/blog/2007/02/21/maven2-cargo-and-deploying-to-jetty-6-with-commons-logging/#comment-29773</link>
		<dc:creator>Cameron Jones</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brokenbuild.com/blog/2007/02/21/maven2-cargo-and-deploying-to-jetty-6-with-commons-logging/#comment-29773</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;After tearing my hair out yesterday i found your new blog post to my undulating gratitude! I managed to fix this issue by adding the following dependencies to the cargo build plugin:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;            org.codehaus.cargo
            cargo-maven2-plugin



                    org.slf4j
                    slf4j-api
                    1.4.2


                    org.slf4j
                    slf4j-jdk14
                    1.4.2


           ...
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;All errors are gone and i can now do integration tests! Note that i also excluded the inherent dependencies on commons-logging from my other war dependencies. Hope this helps someone who's looking for a code sample.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>After tearing my hair out yesterday i found your new blog post to my undulating gratitude! I managed to fix this issue by adding the following dependencies to the cargo build plugin:</p>

<pre><code>            org.codehaus.cargo
            cargo-maven2-plugin



                    org.slf4j
                    slf4j-api
                    1.4.2


                    org.slf4j
                    slf4j-jdk14
                    1.4.2


           ...
</code></pre>

<p>All errors are gone and i can now do integration tests! Note that i also excluded the inherent dependencies on commons-logging from my other war dependencies. Hope this helps someone who&#8217;s looking for a code sample.</p>]]></content:encoded>
	</item>
</channel>
</rss>

