On Jan 26, 2008 9:56 AM, simon <<a href="mailto:skitching@apache.org">skitching@apache.org</a>> 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> > Ceki,<br> ><br> > The mina team has decided to add some (at least one) MDC-aware<br> > Formatter's for java.util.logging, so that MINA users<br>
> can use the formatter out-of-the box.<br> ><br> > Is there a maven snapshot that contains the latest changes<br> > (BasicMDCAdapter etc)<br> ><br> > I see that you mention bumping the version to 1.5 in the last<br>
commit<br> > message of BasicMDCAdapter<br> > so I tried to set up a dependency like this<br> ><br> > <dependency><br> > <groupId>org.slf4j</groupId><br>
> <artifactId>slf4j-api</artifactId><br> > <version>1.5.0-SNAPSHOT</version><br> > </dependency><br> ><br> > but maven did not find it.<br>
><br> > I am not too familiar with maven, should I<br> > a) add another repository in my local maven config<br> > b) manually install the dependency to my local repo<br> > c) wait for you to publish a 1.5.0-SNAPSHOT somewhere ?<br>
<br></div></div> Snapshots are not published to the main maven repositories; it<br> doesn't<br> make sense for snapshots to be mirrored world-wide. So if you<br> want a<br> snapshot, you explicitly need to tell maven the location of an<br>
appropriate snapshot repository to use.<br><br> You can find information about defining snapshot repositories<br> here:<br> <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> However I don't know which actual repository slf4j snapshots get<br> 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> </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't in the<br> ASF's<br> snapshot repo that the above doc talks about.<br><br> For the moment, I suggest the best solution would indeed be to<br> install<br> it into your local repository with<br>
mvn install:install-file<br><br> Regards,<br> 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>