<?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: 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>
	<pubDate>Mon, 13 Oct 2008 23:23:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ari</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/#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-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="221"]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-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'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't brought down with all the other dependencies.  When I put it in my own project'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-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-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's in there with a group id of 'org.springframework'.  If you check in the http://repo1.maven.org/maven2/org/springframework/spring area you'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-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'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-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>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/#comment-60922</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Tue, 06 Nov 2007 16:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-60922</guid>
		<description>Well, the 2.0 branch doesn't actually build individual source packages so it's very problematic for us to add them (basically I do it by hand when I have to) so I don't think that 2.0 will ever get anything other than the full JAR sources.

As Spring 2.5 is intended to be a drop in replacement for 2.0 in most cases, I encourage you to try it once it is released.  It and all further releases will will have sources.</description>
		<content:encoded><![CDATA[<p>Well, the 2.0 branch doesn&#039;t actually build individual source packages so it&#039;s very problematic for us to add them (basically I do it by hand when I have to) so I don&#039;t think that 2.0 will ever get anything other than the full JAR sources.</p>
<p>As Spring 2.5 is intended to be a drop in replacement for 2.0 in most cases, I encourage you to try it once it is released.  It and all further releases will will have sources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/#comment-60609</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 05 Nov 2007 19:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-60609</guid>
		<description>Great with the sources. Since I use 2.0.x, and will for a long time, I would really appreciate if you uploaded sources to the 2.0.x versions as well.

Regards</description>
		<content:encoded><![CDATA[<p>Great with the sources. Since I use 2.0.x, and will for a long time, I would really appreciate if you uploaded sources to the 2.0.x versions as well.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joerg Bellmann</title>
		<link>http://blog.springsource.com/2007/09/18/maven-artifacts-2/#comment-57687</link>
		<dc:creator>Joerg Bellmann</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/09/18/maven-artifacts-2/#comment-57687</guid>
		<description>Hi,

i tried to get spring-javaconfig 1.0-m3-SNAPSHOT but it doesnt work.
My repository-section in pom.xml

    
        
            spring-s3-snapshots
            default
            http://s3.amazonaws.com/maven.springframework.org/snapshot
        
        
            spring-milestone
            Spring Portfolio Milestone Repository
            http://s3.amazonaws.com/maven.springframework.org/milestone
           
    

My dependencies-section:

        
            org.springframework.javaconfig
            spring-javaconfig
            1.0-m3-SNAPSHOT
        

Did i miss something.
Browsing is possible and i see the files, but maven can not download it.

Thanks
Jörg</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i tried to get spring-javaconfig 1.0-m3-SNAPSHOT but it doesnt work.<br />
My repository-section in pom.xml</p>
<p>            spring-s3-snapshots<br />
            default<br />
            <a href="http://s3.amazonaws.com/maven.springframework.org/snapshot" rel="nofollow">http://s3.amazonaws.com/maven.springframework.org/snapshot</a></p>
<p>            spring-milestone<br />
            Spring Portfolio Milestone Repository<br />
            <a href="http://s3.amazonaws.com/maven.springframework.org/milestone" rel="nofollow">http://s3.amazonaws.com/maven.springframework.org/milestone</a></p>
<p>My dependencies-section:</p>
<p>            org.springframework.javaconfig<br />
            spring-javaconfig<br />
            1.0-m3-SNAPSHOT</p>
<p>Did i miss something.<br />
Browsing is possible and i see the files, but maven can not download it.</p>
<p>Thanks<br />
Jörg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
