<div dir="ltr">Hi Jacek,<div><br></div><div>Every successful build is getting uploaded to the Snapshot repository on <a href="http://oss.sonatype.org">oss.sonatype.org</a>.</div><div><br></div><div>If you maven does not pick up jars from that repository, you can add this config to your pom.xml.</div><div><br></div><div><pre style="margin-top:0px;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;word-wrap:normal;background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit"><repositories>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url><a href="http://oss.sonatype.org/content/repositories/snapshots">http://oss.sonatype.org/content/repositories/snapshots</a></url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories></code></pre></div><div>I'll also add this to our documentation.</div><div><br></div><div>Hope that helps,</div><div><br></div><div>Andreas</div><div><br></div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 23, 2015 at 6:51 AM, Jacek Grzebyta <span dir="ltr"><<a href="mailto:grzebyta.dev@gmail.com" target="_blank">grzebyta.dev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi guys,<br><br></div>Where is a maven repo for biojava nightly builds? I need access to version 4.0.1-SNAPSHOT if it's possible.<br><br></div>Best wishes,<br></div>Jacek <br></div>
<br>_______________________________________________<br>
biojava-dev mailing list<br>
<a href="mailto:biojava-dev@mailman.open-bio.org">biojava-dev@mailman.open-bio.org</a><br>
<a href="http://mailman.open-bio.org/mailman/listinfo/biojava-dev" target="_blank">http://mailman.open-bio.org/mailman/listinfo/biojava-dev</a><br></blockquote></div><br><br clear="all"><div><br></div>
</div></div></div>