<?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>Everything is wrong &#187; snapshot</title>
	<atom:link href="http://everythingiswrong.free.fr/index.php/tag/snapshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiswrong.free.fr</link>
	<description>Un blog dédié à l&#039;informatique en général</description>
	<lastBuildDate>Wed, 06 Oct 2021 21:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Maven, Nexus et les versions snapshots inconnues des plugins</title>
		<link>http://everythingiswrong.free.fr/index.php/2010/09/27/maven-nexus-et-les-versions-snapshots-inconnues-des-plugins/</link>
		<comments>http://everythingiswrong.free.fr/index.php/2010/09/27/maven-nexus-et-les-versions-snapshots-inconnues-des-plugins/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 11:29:05 +0000</pubDate>
		<dc:creator>Yan</dc:creator>
				<category><![CDATA[Java J2EE]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[snapshot]]></category>

		<guid isPermaLink="false">http://yan.langlois.free.fr/wordpress/?p=260</guid>
		<description><![CDATA[Comment corriger une "désynchronisation" entre Maven et Nexus au niveau des versions snapshots des plugins (ou des librairies tierces).]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Aujourd&#8217;hui, j&#8217;ai constaté un comportement étrange de Maven. Mon installation de maven pointe sur un repository nexus interne en local. Le groupe public de Nexus contient le repository des plugins snapshot d&#8217;apache.</p>
<p style="text-align: justify;">Lorsque Maven essaie de récupérer un plugin comme <em>maven-scm-plugin</em> Nexus lui propose la dernière version snapshot. Cependant mon projet Maven n&#8217;est pas configuré pour accepter les versions snapshots. Le message d&#8217;erreur qui suit, annonce que le plugin n&#8217;est pas trouvé avec le numéro de version correspondant à la dernière version snapshot existante.</p>
<p style="text-align: justify;">Pour corriger le problème, il faut seulement supprimer le repository snapshot du group public de Nexus. La bonne pratique à en déduire est de ne jamais mettre des versions snapshots dans un repository ayant des versions non snapshots.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Information complémentaire : Pour savoir comment activer les versions snapshots dans un projet Maven :  <a href="http://maven.apache.org/guides/development/guide-testing-development-plugins.html" target="_blank">http://maven.apache.org/guides/development/guide-testing-development-plugins.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiswrong.free.fr/index.php/2010/09/27/maven-nexus-et-les-versions-snapshots-inconnues-des-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
