On Jan 26, 2008 9:56 AM, simon &lt;<a href="mailto:skitching@apache.org">skitching@apache.org</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Fri, 2008-01-25 at 22:43 +0100, Maarten Bosteels wrote:<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; Ceki,<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; The mina team has decided to add some (at least one) MDC-aware<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; Formatter&#39;s for java.util.logging, so that MINA users<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; can use the formatter out-of-the box.<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; Is there a maven snapshot that contains the latest changes<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; (BasicMDCAdapter etc)<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; I see that you mention bumping the version to 1.5 in the last<br>
 &nbsp; &nbsp; &nbsp; &nbsp;commit<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; message of BasicMDCAdapter<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; so I tried to set up a dependency like this<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.slf4j&lt;/groupId&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;slf4j-api&lt;/artifactId&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &lt;/dependency&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; but maven did not find it.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; I am not too familiar with maven, should I<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; a) add another repository in my local maven config<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; b) manually install the dependency to my local repo<br> &nbsp; &nbsp; &nbsp; &nbsp;&gt; c) wait for you to publish a 1.5.0-SNAPSHOT somewhere ?<br>
<br></div></div> &nbsp; &nbsp; &nbsp; &nbsp;Snapshots are not published to the main maven repositories; it<br> &nbsp; &nbsp; &nbsp; &nbsp;doesn&#39;t<br> &nbsp; &nbsp; &nbsp; &nbsp;make sense for snapshots to be mirrored world-wide. So if you<br> &nbsp; &nbsp; &nbsp; &nbsp;want a<br> &nbsp; &nbsp; &nbsp; &nbsp;snapshot, you explicitly need to tell maven the location of an<br>
 &nbsp; &nbsp; &nbsp; &nbsp;appropriate snapshot repository to use.<br><br> &nbsp; &nbsp; &nbsp; &nbsp;You can find information about defining snapshot repositories<br> &nbsp; &nbsp; &nbsp; &nbsp;here:<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html" target="_blank">http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html</a><br>
<br> &nbsp; &nbsp; &nbsp; &nbsp;However I don&#39;t know which actual repository slf4j snapshots get<br> &nbsp; &nbsp; &nbsp; &nbsp;published to (if any). </blockquote><div><br>Ok, let me rephrase my questions:<br>1) Is there are maven reposistory where SLF4J snapshots are published<br>
2) If yes, would it be possible to publish the latest SLF4J version (including the MDC stuff) to this repo ?<br><br>Maarten<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For obvious reasons, it isn&#39;t in the<br> &nbsp; &nbsp; &nbsp; &nbsp;ASF&#39;s<br> &nbsp; &nbsp; &nbsp; &nbsp;snapshot repo that the above doc talks about.<br><br> &nbsp; &nbsp; &nbsp; &nbsp;For the moment, I suggest the best solution would indeed be to<br> &nbsp; &nbsp; &nbsp; &nbsp;install<br> &nbsp; &nbsp; &nbsp; &nbsp;it into your local repository with<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mvn install:install-file<br><br> &nbsp; &nbsp; &nbsp; &nbsp;Regards,<br> &nbsp; &nbsp; &nbsp; &nbsp;Simon<br><br><br><br>_______________________________________________<br>user mailing list<br><a href="mailto:user@slf4j.org">user@slf4j.org</a><br><a href="http://www.slf4j.org/mailman/listinfo/user" target="_blank">http://www.slf4j.org/mailman/listinfo/user</a><br>
</blockquote></div><br>