We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b016b1 commit c36e29dCopy full SHA for c36e29d
1 file changed
etc/ivysettings.xml
@@ -85,6 +85,10 @@
85
usepoms="true" useMavenMetadata="true"
86
m2compatible="true"
87
root="https://nexus.senbox.net/nexus/content/groups/public/"/>
88
+ <ibiblio name="gs-artifactory" cache="maven"
89
+ usepoms="true" useMavenMetadata="true"
90
+ m2compatible="true"
91
+ root="https://artifacts.glencoesoftware.com/artifactory/omero-plus/"/>
92
93
<!-- Main resolver which has as its first resolver the location
94
where all our jars will be published -->
@@ -94,6 +98,7 @@
98
<resolver ref="user-maven"/>
95
99
<resolver ref="maven"/>
96
100
<resolver ref="ome-artifactory"/>
101
+ <resolver ref="gs-artifactory"/>
97
102
</chain>
103
104
<!-- Resolver for OME dependencies-->
0 commit comments