<?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: Spring Framework Maven Artifacts</title>
	<atom:link href="http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Jean Louis Boudart</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-145071</link>
		<dc:creator>Jean Louis Boudart</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-145071</guid>
		<description>Hi, 

I&#039;m currently working on a new open source build system named EasyAnt.
Easyant is a toolbox focusing on easing project build processes.
It&#039;s based on Apache Ant and Apache Ivy, and allows for maximum flexibily, improved integration in existing build systems and provides conventions and guidelines.

Our goals are :

    * to simplify build process by providing a set of ready to use build scripts (or modules) to ease the implementation of build system.
    * to provide conventions and guidelines
    * to leverage your ant knowledge (no need to learn another language)
    * to remain adaptable :
          o what about conventions ? : Even if Easyant comes with a lot of conventions, we never lock you in.
          o what about modules ? : You can easily adapt it to your projects. The architecture of Easyant allows you to easily extends existing modules and to provide your own one.
          o what if you already have an existing project ? Since Easyant is fully based on top of ant, you can keep your existing project along with the &quot;old school&quot; ant scripts. This should ease the migration to Easyant. 


Any feedback would be really appreciated, i&#039;m sure you can give us good idea of what a good and flexible build system must implement.


Cheers,
Jean Louis Boudart</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#039;m currently working on a new open source build system named EasyAnt.<br />
Easyant is a toolbox focusing on easing project build processes.<br />
It&#039;s based on Apache Ant and Apache Ivy, and allows for maximum flexibily, improved integration in existing build systems and provides conventions and guidelines.</p>
<p>Our goals are :</p>
<p>    * to simplify build process by providing a set of ready to use build scripts (or modules) to ease the implementation of build system.<br />
    * to provide conventions and guidelines<br />
    * to leverage your ant knowledge (no need to learn another language)<br />
    * to remain adaptable :<br />
          o what about conventions ? : Even if Easyant comes with a lot of conventions, we never lock you in.<br />
          o what about modules ? : You can easily adapt it to your projects. The architecture of Easyant allows you to easily extends existing modules and to provide your own one.<br />
          o what if you already have an existing project ? Since Easyant is fully based on top of ant, you can keep your existing project along with the &#034;old school&#034; ant scripts. This should ease the migration to Easyant. </p>
<p>Any feedback would be really appreciated, i&#039;m sure you can give us good idea of what a good and flexible build system must implement.</p>
<p>Cheers,<br />
Jean Louis Boudart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-96386</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-96386</guid>
		<description>Actually haven&#039;t moved our build systems over, we only create Maven artifacts.  There are a couple of projects in the Spring Portfolio that use Maven, but not all of them do.  Going forward the new portfolio  projects are using a build system that is based on ANT and Ivy.  Maven certainly has come on a bit, but there are still enough issues with it, that we feel a unified build system based on ANT and Ivy is more useful to us.  However, each situation is different and I encourage you to evaluate based on your own projects.</description>
		<content:encoded><![CDATA[<p>Actually haven&#039;t moved our build systems over, we only create Maven artifacts.  There are a couple of projects in the Spring Portfolio that use Maven, but not all of them do.  Going forward the new portfolio  projects are using a build system that is based on ANT and Ivy.  Maven certainly has come on a bit, but there are still enough issues with it, that we feel a unified build system based on ANT and Ivy is more useful to us.  However, each situation is different and I encourage you to evaluate based on your own projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt T</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-96380</link>
		<dc:creator>Matt T</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-96380</guid>
		<description>I was just wondering how you found your transition from your previous build system to using Maven. I have seens lots of discussion about use of ANT Ivy instead of Maven, and was wondering what your position was? I am currently implementing the building of all my companies products in Maven, but was challenged by a colleague as to why I am not using the ANT Ivy combination instead. I didn&#039;t really have an answer, which is partly the reason for me posting here. The articles I have read however were over a year old, so, my personal opinion is that Maven has come on a lot over that time. It has transitive dependencies now, which it did not have in earlier incarnations... etc, etc.

Any thoughts would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I was just wondering how you found your transition from your previous build system to using Maven. I have seens lots of discussion about use of ANT Ivy instead of Maven, and was wondering what your position was? I am currently implementing the building of all my companies products in Maven, but was challenged by a colleague as to why I am not using the ANT Ivy combination instead. I didn&#039;t really have an answer, which is partly the reason for me posting here. The articles I have read however were over a year old, so, my personal opinion is that Maven has come on a lot over that time. It has transitive dependencies now, which it did not have in earlier incarnations&#8230; etc, etc.</p>
<p>Any thoughts would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blair</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-71646</link>
		<dc:creator>Blair</dc:creator>
		<pubDate>Mon, 26 Nov 2007 20:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-71646</guid>
		<description>I&#039;ve noticed spring richclient isn&#039;t there, will it be put there?

What (if anything) is happening with that project?</description>
		<content:encoded><![CDATA[<p>I&#039;ve noticed spring richclient isn&#039;t there, will it be put there?</p>
<p>What (if anything) is happening with that project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bengl</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-71560</link>
		<dc:creator>Martin Bengl</dc:creator>
		<pubDate>Mon, 26 Nov 2007 15:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-71560</guid>
		<description>&quot;somebody&quot; found a way to change the spring-2.5-sources.jar at repo1. :-) Thanks for that!</description>
		<content:encoded><![CDATA[<p>&#034;somebody&#034; found a way to change the spring-2.5-sources.jar at repo1. <img src='http://blog.springsource.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-71492</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Mon, 26 Nov 2007 13:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-71492</guid>
		<description>Once an artifact is uploaded to repo1, it can never be changed.  The more granular artifacts are fine, so you could use those until the 2.5.1 release which is coming shortly.  As well, you can just use the current snapshots that this post talks about.</description>
		<content:encoded><![CDATA[<p>Once an artifact is uploaded to repo1, it can never be changed.  The more granular artifacts are fine, so you could use those until the 2.5.1 release which is coming shortly.  As well, you can just use the current snapshots that this post talks about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bengl</title>
		<link>http://blog.springsource.org/2007/11/26/spring-framework-maven-artifacts/comment-page-1/#comment-71418</link>
		<dc:creator>Martin Bengl</dc:creator>
		<pubDate>Mon, 26 Nov 2007 09:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/26/spring-framework-maven-artifacts/#comment-71418</guid>
		<description>Hi Alex,

could you please update the spring-2.5-sources.jar at http://repo1.maven.org/maven2/org/springframework/spring/2.5/. 
It currently contains just the source for spring aop. 

Thanks!

Martin</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>could you please update the spring-2.5-sources.jar at <a href="http://repo1.maven.org/maven2/org/springframework/spring/2.5/" rel="nofollow">http://repo1.maven.org/maven2/org/springframework/spring/2.5/</a>.<br />
It currently contains just the source for spring aop. </p>
<p>Thanks!</p>
<p>Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

