Allow retrieval of SNAPSHOT dependencies, in installer
With previous commit, resolves: https://jira.duraspace.org/browse/VIVO-1523
This commit is contained in:
parent
037116e47d
commit
02369012fc
1 changed files with 12 additions and 0 deletions
|
@ -267,5 +267,17 @@
|
|||
<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>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue