Skip to content

Commit

Permalink
Merge pull request #578 from tranquility79/577_snapshot_repository
Browse files Browse the repository at this point in the history
snapshot repo added to README.MD
  • Loading branch information
manuel-mauky authored Feb 11, 2019
2 parents 08fbee9 + 47c4c48 commit 202a7c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ Here we develop new features. This release is unstable and shouldn't be used in
</dependency>
```

#### Snapshot repository

We use the Sonatype snapshot repository.
Maybe you have to add this repository to your \<repository> section of the pom.xml.

```xml
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
```


### Get Help

Expand Down

0 comments on commit 202a7c3

Please sign in to comment.