<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Deploying with Maven2 to a remote JBoss instance</title>
	<atom:link href="http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Fri, 23 Jul 2010 20:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7006</generator>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-480</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 27 Apr 2010 13:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-480</guid>
		<description>He must got frustrated and stop posting! We never got it to work. So he started to block my email.</description>
		<content:encoded><![CDATA[<p>He must got frustrated and stop posting! We never got it to work. So he started to block my email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-442</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-442</guid>
		<description>Thanks Pascal,

I sent you the snippets of my plugin and DM from the pom.xml</description>
		<content:encoded><![CDATA[<p>Thanks Pascal,</p>
<p>I sent you the snippets of my plugin and DM from the pom.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-441</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-441</guid>
		<description>Hi Dea,

I apologize for the xml syntax not working properly in the plugin I use. Can you send your pom.xml to &#039;pascal.alma at redstream.nl&#039; so I can give it a quick look to see if I can find something.</description>
		<content:encoded><![CDATA[<p>Hi Dea,</p>
<p>I apologize for the xml syntax not working properly in the plugin I use. Can you send your pom.xml to &#8216;pascal.alma at redstream.nl&#8217; so I can give it a quick look to see if I can find something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-439</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 18:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-439</guid>
		<description>[xml]
&lt;distributionManagement&gt;
    &lt;repository&gt;
        &lt;id&gt;m2-internal-repo&lt;/id&gt;
        &lt;name&gt;NameSomething&lt;/name&gt;
        &lt;url&gt;file:///home/csstech/.m2/deploy/repository/&lt;/url&gt;
    &lt;/repository&gt;
&lt;/distributionManagement&gt;
[/xml]</description>
		<content:encoded><![CDATA[<div class="igBar"><span id="lxml-1"><a href="#" onclick="javascript:showCodeTxt('xml-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-1">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ddbb00;">&amp;lt;</span>distributionManagement<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>repository<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>id<span style="color: #ddbb00;">&amp;gt;</span>m2-internal-repo<span style="color: #ddbb00;">&amp;lt;</span>/id<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>name<span style="color: #ddbb00;">&amp;gt;</span>NameSomething<span style="color: #ddbb00;">&amp;lt;</span>/name<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>url<span style="color: #ddbb00;">&amp;gt;</span>file:///home/csstech/.m2/deploy/repository/<span style="color: #ddbb00;">&amp;lt;</span>/url<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>/repository<span style="color: #ddbb00;">&amp;gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ddbb00;">&amp;lt;</span>/distributionManagement<span style="color: #ddbb00;">&amp;gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-435</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 16:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-435</guid>
		<description>I have to apologize, I can not get the XML tags to display in the posting. 

I am using the 
[ xml ][ / xml]

Can I get help please on posting?

Thank you for your patience!</description>
		<content:encoded><![CDATA[<p>I have to apologize, I can not get the XML tags to display in the posting. </p>
<p>I am using the<br />
[ xml ][ / xml]</p>
<p>Can I get help please on posting?</p>
<p>Thank you for your patience!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-433</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 16:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-433</guid>
		<description>Here it go again:
[xml]
                                org.codehaus.mojo                      wagon-maven-plugin
    1.0-beta-1&lt;/version
    
            
            upload-artifact
             deploy
             
              upload
             
       
      crm-dals02
      target
     *.jar
     scp://crm-dals02.comp.wepco.com
     /css/eServices/temp
    
   
 

[/xml]

[xml]

                
                        m2-internal-repo
                        NameSomething
                        file:///home/csstech/.m2/deploy/repository/
                &lt;!--            scp://crm-dals02.comp.wepco.com/css/eServices/temp
                --&gt;
                



[/xml]</description>
		<content:encoded><![CDATA[<p>Here it go again:</p>
<div class="igBar"><span id="lxml-2"><a href="#" onclick="javascript:showCodeTxt('xml-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-2">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">org.codehaus.mojo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wagon-maven-plugin</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; 1.0-beta-1<span style="color: #ddbb00;">&amp;lt;</span>/version</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; upload-artifact</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;deploy</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; upload</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; crm-dals02</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; target</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;*.jar</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;scp://crm-dals02.comp.wepco.com</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;/css/eServices/temp </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lxml-3"><a href="#" onclick="javascript:showCodeTxt('xml-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-3">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">m2-internal-repo</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NameSomething</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; file:///home/csstech/.m2/deploy/repository/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ddbb00;">&amp;lt;</span>!--&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scp://crm-dals02.comp.wepco.com/css/eServices/temp</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B; font-weight:bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --<span style="color: #ddbb00;">&amp;gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-432</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-432</guid>
		<description>For my first walk thru of the project. I just hardcoded all the properties into the pom.xml file.

But here is my DM section and the wagon plugin.


                        
                                org.codehaus.mojo
                                wagon-maven-plugin
                                1.0-beta-1
                                
                                        
                                                upload-artifact
                                                deploy
                                                
                                                        upload
                                                
                                                
                                                        crm-dals02
                                                        target
                                                        *.jar
                                                        scp://crm-dals02.comp.wepco.com
                                                        /css/eServices/temp
                                                
                                        
                                
                        
 


                       
                                org.apache.maven.plugins
                                maven-antrun-plugin
                                1.3
                                
                                        
                                                org.apache.ant
                                                ant-jsch
                                                1.7.1
                                        
                                        
                                                com.jcraft
                                                jsch
                                                0.1.41
                                        
                                
                                
                                        
                                                deploy-artifact
                                                deploy
                                                
                                                        run
                                                
                                                
                                                        
                                                                
                                                        
                                                
                                        
                                
                        



I took a step back and tried to get mvn to a local deployment.



                
                        m2-internal-repo
                        NameSomething
                        file:///home/csstech/.m2/deploy/repository/
                &lt;!--            scp://crm-dals02.comp.wepco.com/css/eServices/temp
                --&gt;
                


</description>
		<content:encoded><![CDATA[<p>For my first walk thru of the project. I just hardcoded all the properties into the pom.xml file.</p>
<p>But here is my DM section and the wagon plugin.</p>
<p>                                org.codehaus.mojo<br />
                                wagon-maven-plugin<br />
                                1.0-beta-1</p>
<p>                                                upload-artifact<br />
                                                deploy</p>
<p>                                                        upload</p>
<p>                                                        crm-dals02<br />
                                                        target<br />
                                                        *.jar<br />
                                                        scp://crm-dals02.comp.wepco.com<br />
                                                        /css/eServices/temp</p>
<p>                                org.apache.maven.plugins<br />
                                maven-antrun-plugin<br />
                                1.3</p>
<p>                                                org.apache.ant<br />
                                                ant-jsch<br />
                                                1.7.1</p>
<p>                                                com.jcraft<br />
                                                jsch<br />
                                                0.1.41</p>
<p>                                                deploy-artifact<br />
                                                deploy</p>
<p>                                                        run</p>
<p>I took a step back and tried to get mvn to a local deployment.</p>
<p>                        m2-internal-repo<br />
                        NameSomething<br />
                        file:///home/csstech/.m2/deploy/repository/<br />
                &lt;!--            scp://crm-dals02.comp.wepco.com/css/eServices/temp<br />
                --&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-431</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-431</guid>
		<description>@Dea, can you show the wagon plugin config and the distributionManagement section? Also note that I commented at 23 December you also have to define the servers in your settings.xml with the username/password if applicable for your situation.
And to show xml content in the comment you have to enclose it in [ xml] and [ / xml] (without the spaces).</description>
		<content:encoded><![CDATA[<p>@Dea, can you show the wagon plugin config and the distributionManagement section? Also note that I commented at 23 December you also have to define the servers in your settings.xml with the username/password if applicable for your situation.<br />
And to show xml content in the comment you have to enclose it in [ xml] and [ / xml] (without the spaces).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-430</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-430</guid>
		<description>Is Wagon only for war file?</description>
		<content:encoded><![CDATA[<p>Is Wagon only for war file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://blog.redstream.nl/2009/12/06/deploying-with-maven2-to-a-remote-jboss-instance/comment-page-1/#comment-429</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=962#comment-429</guid>
		<description>the deploy_web.sh file is the same as above, but I am copying *.jar instead of *.war


      echo &quot;Start deploying&quot;

      for archive in /css/eServices/temp/*.jar; do
        echo &quot;Copying to JBoss: web-archive \&quot;$archive\&quot;&quot;
        cp $archive /css/eServices/temp/ 
      done
      echo &quot;Deploying finished&quot;
      echo &quot;Clean up ~/deploy directory&quot;


My AntRun-plugin configuration:


                        
                                org.apache.maven.plugins
                                maven-antrun-plugin
                                1.3
                                
                                        
                                                org.apache.ant
                                                ant-jsch
                                                1.7.1
                                        
                                        
                                                com.jcraft
                                                jsch
                                                0.1.41
                                        
                                
                                
                                        
                                                deploy-artifact
                                                deploy
                                                
                                                        run
                                                
                                                
                                                        
                                                                
                                                        
                                                
                                        
                                
                        


My setup seems correct to what is listed in the article, the only thing missing is that the files from the target directory are not getting downloaded to to the remote servers.</description>
		<content:encoded><![CDATA[<p>the deploy_web.sh file is the same as above, but I am copying *.jar instead of *.war</p>
<p>      echo "Start deploying"</p>
<p>      for archive in /css/eServices/temp/*.jar; do<br />
        echo "Copying to JBoss: web-archive \"$archive\""<br />
        cp $archive /css/eServices/temp/<br />
      done<br />
      echo "Deploying finished"<br />
      echo "Clean up ~/deploy directory"</p>
<p>My AntRun-plugin configuration:</p>
<p>                                org.apache.maven.plugins<br />
                                maven-antrun-plugin<br />
                                1.3</p>
<p>                                                org.apache.ant<br />
                                                ant-jsch<br />
                                                1.7.1</p>
<p>                                                com.jcraft<br />
                                                jsch<br />
                                                0.1.41</p>
<p>                                                deploy-artifact<br />
                                                deploy</p>
<p>                                                        run</p>
<p>My setup seems correct to what is listed in the article, the only thing missing is that the files from the target directory are not getting downloaded to to the remote servers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
