Skip to content

Commit 29c68e6

Browse files
committed
adding snapshot repository information.
1 parent 747c470 commit 29c68e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ If you are using Maven you can add the BioJava repository by adding the followin
3131
</dependencies>
3232
```
3333

34+
### Snapshot builds
35+
36+
To use the latest builds from BioJava, you can add the following config your project's pom.xml:
37+
38+
```xml
39+
<repositories>
40+
<repository>
41+
<id>oss.sonatype.org-snapshot</id>
42+
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
43+
<releases>
44+
<enabled>false</enabled>
45+
</releases>
46+
<snapshots>
47+
<enabled>true</enabled>
48+
</snapshots>
49+
</repository>
50+
</repositories>
51+
```
52+
3453
### Mailing Lists
3554

3655
BioJava has two main mailing lists. In order to avoid SPAM both lists only accept postings from list members. Anybody can become a list member, so please subscribe before you post. If you send without being subscribed your mail might get stuck in the moderation loop, which can cause several weeks of delay (no fun to read through all that spam).

0 commit comments

Comments
 (0)