<?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: maven-external-dependency-plugin</title>
	<atom:link href="http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/</link>
	<description>Professional Software Developer / a.k.a. Programming Junkie</description>
	<lastBuildDate>Sat, 10 Apr 2010 02:07:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/comment-page-1/#comment-88</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=618#comment-88</guid>
		<description>Hi Velo, 

Thank you for the words of encouragement and for noticing my little project.  By the way, I did abandon Israfil long ago in favor of your much more capable &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt; plugin.   When I first started working in Flex and Maven, I was new to both technologies and back then the Israfil plugin seemed easier for someone to get up and running without much effort and without in-depth knowledge.   But it wasn&#039;t long before I started running into more complex needs that the Israfil plugin just could not support.  I started extending it to meet my needs and that was OK, but I did not like the idea of having this one off customization and the demands for change kept growing.  Ultimately I delved into the &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt; plugin and converted all out projects to use it instead.   It did take a more in depth investment of time and learning curve to get up and running with the &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt;, but I can say looking back, there are no regrets.    &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;Flex-mojos&lt;/a&gt; have provided me with a solution for every curve I have thrown at it and we have a fairly complex build.   Also its support for pulling down the flex compiler artifacts rather than being dependent on a local install of the flex SDK was very nice since we use both Windows and Linux platforms for Maven builds.    

So, let me take this moment to extend a &lt;strong&gt;BIG THANK YOU&lt;/strong&gt; for all your efforts on that project!  

I agree that dependency management in the Flex development world is a bit out of sorts and including non-maven-hosted flex dependencies is a pain.  Your project and M2 repository hosting the Flex SDK artifacts is a huge benefit for all of us Flex-Mavenites,  I certainly wish Adobe and the community would embrace Maven.    I will follow up on your zipped artifacts support topic on the Google code site, I like the idea and will do what I can to include it :-)  

Thanks Again, Robert</description>
		<content:encoded><![CDATA[<p><code>Hi Velo, </p><p>Thank you for the words of encouragement and for noticing my little project.  By the way, I did abandon Israfil long ago in favor of your much more capable <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a> plugin.   When I first started working in Flex and Maven, I was new to both technologies and back then the Israfil plugin seemed easier for someone to get up and running without much effort and without in-depth knowledge.   But it wasn&#8217;t long before I started running into more complex needs that the Israfil plugin just could not support.  I started extending it to meet my needs and that was OK, but I did not like the idea of having this one off customization and the demands for change kept growing.  Ultimately I delved into the <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a> plugin and converted all out projects to use it instead.   It did take a more in depth investment of time and learning curve to get up and running with the <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a>, but I can say looking back, there are no regrets.    <a href="http://flexmojos.sonatype.org/" rel="nofollow">Flex-mojos</a> have provided me with a solution for every curve I have thrown at it and we have a fairly complex build.   Also its support for pulling down the flex compiler artifacts rather than being dependent on a local install of the flex SDK was very nice since we use both Windows and Linux platforms for Maven builds.    </p><p>So, let me take this moment to extend a <strong>BIG THANK YOU</strong> for all your efforts on that project!  </p><p>I agree that dependency management in the Flex development world is a bit out of sorts and including non-maven-hosted flex dependencies is a pain.  Your project and M2 repository hosting the Flex SDK artifacts is a huge benefit for all of us Flex-Mavenites,  I certainly wish Adobe and the community would embrace Maven.    I will follow up on your zipped artifacts support topic on the Google code site, I like the idea and will do what I can to include it <img src='http://www.savage7.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   </p><p>Thanks Again, Robert</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VELO</title>
		<link>http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/comment-page-1/#comment-87</link>
		<dc:creator>VELO</dc:creator>
		<pubDate>Mon, 08 Feb 2010 01:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=618#comment-87</guid>
		<description>Hi,

I do like your initiative, specially on the flex universe it is a real pain to find anything on maven central... nor Flex SDK nor 3rd party libraries are deployed there.

FWIW, I started on maven plugin development on a much similar way, but instead of israfil I started hacking servebox... eventually I figured that was too much pain and the project seemed death, so I decide to start a fresh one.

For sure I will advice flexmojos users about your plugin and may use it in the future if it begins to support zipped artifacts (I wrong a ticket on code google).


VELO</description>
		<content:encoded><![CDATA[<p><code>Hi,</p><p>I do like your initiative, specially on the flex universe it is a real pain to find anything on maven central&#8230; nor Flex SDK nor 3rd party libraries are deployed there.</p><p>FWIW, I started on maven plugin development on a much similar way, but instead of israfil I started hacking servebox&#8230; eventually I figured that was too much pain and the project seemed death, so I decide to start a fresh one.</p><p>For sure I will advice flexmojos users about your plugin and may use it in the future if it begins to support zipped artifacts (I wrong a ticket on code google).</p><p>VELO</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
