|
@@ -2,6 +2,7 @@
|
|
<settings defaultResolver='nexus'/>
|
|
<settings defaultResolver='nexus'/>
|
|
<resolvers>
|
|
<resolvers>
|
|
<chain name="nexus">
|
|
<chain name="nexus">
|
|
|
|
+ <ibiblio name='central' m2compatible='true'/>
|
|
<ibiblio name='clojars'
|
|
<ibiblio name='clojars'
|
|
m2compatible='true'
|
|
m2compatible='true'
|
|
root='http://clojars.org/repo/' />
|
|
root='http://clojars.org/repo/' />
|
|
@@ -11,19 +12,9 @@
|
|
<ibiblio name='caucho'
|
|
<ibiblio name='caucho'
|
|
m2compatible='true'
|
|
m2compatible='true'
|
|
root='http://caucho.com/m2/' />
|
|
root='http://caucho.com/m2/' />
|
|
- <ibiblio name='central' m2compatible='true'/>
|
|
|
|
- <ibiblio name='nexus-snapshot'
|
|
|
|
- m2compatible='true'
|
|
|
|
- usepoms='true'
|
|
|
|
- pattern='[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]'
|
|
|
|
- root='https://maven.techempower.com:8081/nexus/content/repositories/snapshots/' />
|
|
|
|
- <ibiblio name='nexus-releases'
|
|
|
|
|
|
+ <ibiblio name='techempower'
|
|
m2compatible='true'
|
|
m2compatible='true'
|
|
- root='https://maven.techempower.com:8081/nexus/content/repositories/releases/' />
|
|
|
|
- <ibiblio name='nexus-thirdparty'
|
|
|
|
- m2compatible='true'
|
|
|
|
- root='https://maven.techempower.com:8081/nexus/content/repositories/thirdparty/' />
|
|
|
|
- <ibiblio name='central' m2compatible='true'/>
|
|
|
|
|
|
+ root='https://maven.techempower.com/releases/' />
|
|
</chain>
|
|
</chain>
|
|
</resolvers>
|
|
</resolvers>
|
|
</ivysettings>
|
|
</ivysettings>
|