<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development Tips and Articles &#187; Maven</title>
	<atom:link href="http://www.springwebdevelopment.com/category/maven/feed" rel="self" type="application/rss+xml" />
	<link>http://www.springwebdevelopment.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 21:29:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maven plugin could not be retrieved from repository &#8211;  The plugin does not exist or no valid version could be found</title>
		<link>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found</link>
		<comments>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:43:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[maven plugins]]></category>
		<category><![CDATA[maven proxy]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=157</guid>
		<description><![CDATA[According to codehaus there are 2 main reasons for this error when running a Maven goal &#8211; &#8220;This error indicates that Maven is either unable to access the required plug-in from your local repository, or unable to access the official or &#8216;central&#8217; Maven2 plug-in repository&#8220;.
Most of the time this can be resolved by either:

If you [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven &#8216;artifact could not be retrieved from repository</title>
		<link>http://www.springwebdevelopment.com/maven-artifact-could-not-be-retrieved-from-repository</link>
		<comments>http://www.springwebdevelopment.com/maven-artifact-could-not-be-retrieved-from-repository#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[maven artifacts]]></category>
		<category><![CDATA[maven commands]]></category>
		<category><![CDATA[maven lifecycle phases]]></category>
		<category><![CDATA[maven plugins]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=136</guid>
		<description><![CDATA[How many times have I seen this &#8211; &#8216;artifact org.apache.maven.plugins:maven-resources-plugin&#8217; could not be retrieved from repository&#8217; blah blah blah. I usually resolve this by re-running the commands over and over until the artifact does get resolved. Today though I thought enough was enough.
After a little digging about I discover that the plugins attached to lifecycle phases [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/maven-artifact-could-not-be-retrieved-from-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Maven Plugin not Resolving Project Dependencies</title>
		<link>http://www.springwebdevelopment.com/eclipse-maven-plugin-not-resolving-project-dependencies</link>
		<comments>http://www.springwebdevelopment.com/eclipse-maven-plugin-not-resolving-project-dependencies#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:25:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[maven M2 plugin]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=105</guid>
		<description><![CDATA[Eclipse: Galileo 3.5
Plugin: Maven2

I have several projects in Eclipse all dependency managed by Maven. The dependencies are correctly declared in the POM's but there is 1 project that will not resolve the projects it depends on. Expanding the Maven Dependencies node in the Eclipse Project Explorer does not list the projects declared in the om, althoughall external libraries seem to be resolved ok.

<img class="alignleft size-full wp-image-127" title="__U___by_PhilipMatthews" src="http://www.springwebdevelopment.com/wp-content/uploads/2009/07/U___by_PhilipMatthews1.jpg" alt="__U___by_PhilipMatthews" width="733" height="691" />

I discovered that in the .classpath file I had this in the offending POM:

&#60;classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/modules"&#62;]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/eclipse-maven-plugin-not-resolving-project-dependencies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

