Skip to content

Commit ae05a8b

Browse files
Princess: Restore ivysettings.xml to its original version
This will revert the changes made in 262bb96 to simplify development.
1 parent fd8e810 commit ae05a8b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

build/ivysettings.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)