Skip to content

Commit

Permalink
Changes repository to the grouped snapshot/release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenz89 committed Feb 1, 2019
1 parent 123ede4 commit 80640ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
12 changes: 11 additions & 1 deletion README.md
Expand Up @@ -47,7 +47,17 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:

```

You can also obtain older builds of the `develop` branch. A complete listing of builds can be found in [Sonatypes SNAPSHOT repository](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot).
### Note
If you are using a build tool other than Maven (Gradle, SBT, Ivy, etc.), you will also have to add the following repository to your build file:
```
<repository>
<id>swt-upb</id>
<name>Maven repository of the Software Engineering Group at University of Paderborn</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/swt-upb/</url>
</repository>
```

You can also obtain older builds of the `develop` branch. A complete listing of builds can be found in [Sonatype's SNAPSHOT repository](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot).

# How do I obtain Soot without Maven?

Expand Down
16 changes: 4 additions & 12 deletions pom.xml
Expand Up @@ -493,23 +493,15 @@
</dependencies>
<repositories>
<repository>
<id>soot-snapshot</id>
<name>Soot snapshot server</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot/</url>
</repository>
<repository>
<id>soot-release</id>
<name>Soot release server</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>swt-upb</id>
<name>Maven repository of the Software Engineering Group at University of Paderborn</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/swt-upb/</url>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>su
</snapshotRepository>
</distributionManagement>
<profiles>
Expand Down

0 comments on commit 80640ca

Please sign in to comment.