File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,14 @@ SPDX-License-Identifier: Apache-2.0
1515 Keep this file synchronized with
1616 https://gitlab.com/sosy-lab/software/java-project-template
1717 -->
18- <settings defaultResolver =" Repos " />
18+ <settings defaultResolver =" Sosy-Lab " />
1919 <property name =" repo.dir" value =" ${basedir}/repository" />
2020 <resolvers >
2121 <!-- Resolver for downloading dependencies -->
22- <chain name =" Repos" >
23- <url name =" Sosy-Lab" >
24- <ivy pattern =" ${ivy.repo.url}/[organisation]/[module]/ivy-[revision].xml" />
25- <artifact pattern =" ${ivy.repo.url}/[organisation]/[module]/[artifact]-[revision](-[classifier]).[ext]" />
26- </url >
27- <url name =" Maven-Repo" m2compatible =" true" >
28- <ivy pattern =" https://repo1.maven.org/maven2/[organisation]/[module]/ivy-[revision].xml" />
29- <artifact pattern =" https://repo1.maven.org/maven2/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
30- </url >
31- </chain >
22+ <url name =" Sosy-Lab" descriptor =" required" >
23+ <ivy pattern =" ${ivy.repo.url}/[organisation]/[module]/ivy-[revision].xml" />
24+ <artifact pattern =" ${ivy.repo.url}/[organisation]/[module]/[artifact]-[revision](-[classifier]).[ext]" />
25+ </url >
3226
3327 <!-- Resolver for publishing this project -->
3428 <filesystem name =" Sosy-Lab-Publish" >
You can’t perform that action at this time.
0 commit comments