<?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 Artifacts</title>
	<atom:link href="http://blog.springsource.com/2007/09/18/maven-artifacts-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:25:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Karlsen</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-170758</link>
		<dc:creator>David Karlsen</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-170758</guid>
		<description>How can the repository be browsed now as the s3browse service is down?
How about adding indexes suitable for nexus?</description>
		<content:encoded><![CDATA[<p>How can the repository be browsed now as the s3browse service is down?<br />
How about adding indexes suitable for nexus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morning Java&#187; Blog Archive &#187; Using Amazon S3 as a Maven repository</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-169001</link>
		<dc:creator>Morning Java&#187; Blog Archive &#187; Using Amazon S3 as a Maven repository</dc:creator>
		<pubDate>Sat, 24 Oct 2009 06:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-169001</guid>
		<description>[...] with it, but in this case I&#8217;d rather just drop off my artifacts on a remote server. Reading this blog, I decided to deploy all my artifacts to a bucket on my Amazon S3 account. These are the steps [...]</description>
		<content:encoded><![CDATA[<p>[...] with it, but in this case I&#039;d rather just drop off my artifacts on a remote server. Reading this blog, I decided to deploy all my artifacts to a bucket on my Amazon S3 account. These are the steps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: btaz &#187; Want to use Spring 3.0 milestone release from Maven?</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-168401</link>
		<dc:creator>btaz &#187; Want to use Spring 3.0 milestone release from Maven?</dc:creator>
		<pubDate>Mon, 07 Sep 2009 06:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-168401</guid>
		<description>[...] Spring/Maven Repositories [...]</description>
		<content:encoded><![CDATA[<p>[...] Spring/Maven Repositories [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-98587</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Sat, 16 Feb 2008 00:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-98587</guid>
		<description>Ah, I see now -- thanks.
Ari</description>
		<content:encoded><![CDATA[<p>Ah, I see now &#8212; thanks.<br />
Ari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-98252</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Wed, 13 Feb 2008 08:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-98252</guid>
		<description>[quote post=&quot;221&quot;]Do you know why I needed to explicitly add the dependency for commons-dbcp to my POM?[/quote]

Many (if not most) of the dependencies in the Spring POM are marked as optional.  Maven does not retrieve optional dependencies during transitive dependency resolution.</description>
		<content:encoded><![CDATA[<p>[quote post="221"]Do you know why I needed to explicitly add the dependency for commons-dbcp to my POM?[/quote]</p>
<p>Many (if not most) of the dependencies in the Spring POM are marked as optional.  Maven does not retrieve optional dependencies during transitive dependency resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-98244</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Wed, 13 Feb 2008 05:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-98244</guid>
		<description>Hi Ben,

I&#039;m using Maven 2.0.8 with Spring 2.5.1.  Do you know why I needed to explicitly add the dependency for commons-dbcp to my POM?  It is already listed in the spring-2.5.1.pom I see in my local repository:

		
			commons-dbcp
			commons-dbcp
			1.2.2
			true
		

... but for some reason, it wasn&#039;t brought down with all the other dependencies.  When I put it in my own project&#039;s POM, it came down fine, along with its dependency commons-pool.  Any ideas?

Thanks,
Ari</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>I&#039;m using Maven 2.0.8 with Spring 2.5.1.  Do you know why I needed to explicitly add the dependency for commons-dbcp to my POM?  It is already listed in the spring-2.5.1.pom I see in my local repository:</p>
<p>			commons-dbcp<br />
			commons-dbcp<br />
			1.2.2<br />
			true</p>
<p>&#8230; but for some reason, it wasn&#039;t brought down with all the other dependencies.  When I put it in my own project&#039;s POM, it came down fine, along with its dependency commons-pool.  Any ideas?</p>
<p>Thanks,<br />
Ari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tinko</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-83251</link>
		<dc:creator>Tinko</dc:creator>
		<pubDate>Sun, 30 Dec 2007 12:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-83251</guid>
		<description>Hi,

i use ivy to resolve the spring 2.5 dependencies from http://repo1.maven.org/maven2.
The thing is that it looks like something is not right with the sha1 hash of the jar.
I always get 
[ivy:retrieve] WARN: 	[FAILED     ] org.springframework#spring;2.5!spring.jar: invalid sha1: expected=43ee30f7ea8fcdaff8f0e14ce423e7717d7eb776 computed=159082f4e937a9ce4a459703c7fb64f5e6d2a1ee (13446ms) thanks tinko</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i use ivy to resolve the spring 2.5 dependencies from <a href="http://repo1.maven.org/maven2" rel="nofollow">http://repo1.maven.org/maven2</a>.<br />
The thing is that it looks like something is not right with the sha1 hash of the jar.<br />
I always get<br />
[ivy:retrieve] WARN: 	[FAILED     ] org.springframework#spring;2.5!spring.jar: invalid sha1: expected=43ee30f7ea8fcdaff8f0e14ce423e7717d7eb776 computed=159082f4e937a9ce4a459703c7fb64f5e6d2a1ee (13446ms) thanks tinko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-80480</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Thu, 20 Dec 2007 12:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-80480</guid>
		<description>It&#039;s in there with a group id of &#039;org.springframework&#039;.  If you check in the http://repo1.maven.org/maven2/org/springframework/spring area you&#039;ll see the JARs themselves.</description>
		<content:encoded><![CDATA[<p>It&#039;s in there with a group id of &#039;org.springframework&#039;.  If you check in the <a href="http://repo1.maven.org/maven2/org/springframework/spring" rel="nofollow">http://repo1.maven.org/maven2/org/springframework/spring</a> area you&#039;ll see the JARs themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pp</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-80446</link>
		<dc:creator>pp</dc:creator>
		<pubDate>Thu, 20 Dec 2007 10:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-80446</guid>
		<description>http://repo1.maven.org/maven2

I don&#039;t see any repository for spring 2.5 or may be I am blind ?</description>
		<content:encoded><![CDATA[<p><a href="http://repo1.maven.org/maven2" rel="nofollow">http://repo1.maven.org/maven2</a></p>
<p>I don&#039;t see any repository for spring 2.5 or may be I am blind ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/comment-page-1/#comment-80311</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 19 Dec 2007 20:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-80311</guid>
		<description>When i resolve Spring 2.5 jar and dependencies with ivy from mavenRepo1 i always get a mismatch between the expected and the computed sha1 hashs</description>
		<content:encoded><![CDATA[<p>When i resolve Spring 2.5 jar and dependencies with ivy from mavenRepo1 i always get a mismatch between the expected and the computed sha1 hashs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
