Allow retrieval of SNAPSHOT dependencies
Resolves: https://jira.duraspace.org/browse/VIVO-1523
This commit is contained in:
parent
1343966884
commit
037116e47d
1 changed files with 12 additions and 0 deletions
12
pom.xml
12
pom.xml
|
@ -418,6 +418,18 @@
|
|||
<name>VIVO Dependencies</name>
|
||||
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<name>Sonatype Nexus Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
Loading…
Add table
Reference in a new issue