[Biojava-dev] Nightly builds

Andreas Prlic andreas at sdsc.edu
Mon Feb 23 17:44:32 UTC 2015


Hi Jacek,

Every successful build is getting uploaded to the Snapshot repository on
oss.sonatype.org.

If you maven does not pick up jars from that repository, you can add this
config to your pom.xml.

<repositories>
    <repository>
      <id>oss.sonatype.org-snapshot</id>
      <url>http://oss.sonatype.org/content/repositories/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

I'll also add this to our documentation.

Hope that helps,

Andreas




On Mon, Feb 23, 2015 at 6:51 AM, Jacek Grzebyta <grzebyta.dev at gmail.com>
wrote:

> Hi guys,
>
> Where is a maven repo for biojava nightly builds? I need access to version
> 4.0.1-SNAPSHOT if it's possible.
>
> Best wishes,
> Jacek
>
> _______________________________________________
> biojava-dev mailing list
> biojava-dev at mailman.open-bio.org
> http://mailman.open-bio.org/mailman/listinfo/biojava-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biojava-dev/attachments/20150223/71f32b26/attachment.html>


More information about the biojava-dev mailing list